Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e423b95 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Audiod: Priority change for AudioDaemon"

parents 838269c3 e293e173
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -48,7 +48,7 @@ namespace android {


    void AudioDaemon::onFirstRef() {
    void AudioDaemon::onFirstRef() {
        ALOGV("Start audiod daemon");
        ALOGV("Start audiod daemon");
        run("AudioDaemon", PRIORITY_AUDIO);
        run("AudioDaemon", PRIORITY_URGENT_AUDIO);
    }
    }


    void AudioDaemon::binderDied(const wp<IBinder>& who)
    void AudioDaemon::binderDied(const wp<IBinder>& who)