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

Commit 9930037f authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: Ib2b7b405bcab0d63cca5c130730923640aa6e8d2
parents 16dd56fa 1976ed32
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6013,6 +6013,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 {