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

Commit 69d36777 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Reset direct output thread timestamp on flush" am: 394b76dd am: 1976ed32 am: 9930037f

Change-Id: If04ea2471db4615c5baa33377767453c47158a00
parents 33873dec 9930037f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6109,6 +6109,7 @@ void AudioFlinger::DirectOutputThread::flushHw_l()
    mHwPaused = false;
    mFlushPending = false;
    mTimestampVerifier.discontinuity(); // DIRECT and OFFLOADED flush resets frame count.
    mTimestamp.clear();
}

int64_t AudioFlinger::DirectOutputThread::computeWaitTimeNs_l() const {