Home
last modified time | relevance | path

Searched refs:mPresentationCompleteTimeNs (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DPlaybackTracks.h246 mPresentationCompleteTimeNs = 0; in resetPresentationComplete()
324 int64_t mPresentationCompleteTimeNs = 0; // (Used for Direct tracks) variable
H A DTracks.cpp1524 if (mPresentationCompleteTimeNs == 0) { in presentationComplete()
1525 mPresentationCompleteTimeNs = systemTime() + latencyMs * 1e6 / fmax(mSpeed, MIN_SPEED); in presentationComplete()
1527 __func__, mId, latencyMs, (long long) mPresentationCompleteTimeNs); in presentationComplete()
1534 complete = systemTime() >= mPresentationCompleteTimeNs; in presentationComplete()