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

Commit 4e6ff415 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

am: e50af193

Change-Id: I80e26985a69800d31b0aa9331bccdc0a91caa08b
parents b57d5f9e e50af193
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");