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

Commit e50af193 authored by Mikhail Naganov's avatar Mikhail Naganov Committed by android-build-merger
Browse files

audioflinger: Fix battery accounting for offload tracks am: e94c27a1

am: 7cba7bee

Change-Id: Id5d5b2e5ac25a167583243d84fd060698c18930f
parents 5e86258d 7cba7bee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3106,9 +3106,9 @@ bool AudioFlinger::PlaybackThread::threadLoop()
                if (!keepWakeLock()) {
                    releaseWakeLock_l();
                    released = true;
                }
                    mWakeLockUids.clear();
                    mActiveTracksGeneration++;
                }
                ALOGV("wait async completion");
                mWaitWorkCV.wait(mLock);
                ALOGV("async completion/wake");