Home
last modified time | relevance | path

Searched refs:mLatchQ (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
DTracks.cpp794 ((int64_t) playbackThread->mLatchQ.mUnpresentedFrames * mSampleRate) / in getTimestamp()
801 timestamp.mTime = playbackThread->mLatchQ.mTimestamp.mTime; in getTimestamp()
DThreads.h641 } mLatchD, mLatchQ; variable
DThreads.cpp2203 mLatchQ = mLatchD; in threadLoop()