Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp2140 status_t status = mNormalSink->getTimestamp(mLatchD.mTimestamp); in threadLoop_write()
2143 if (totalFramesWritten >= mLatchD.mTimestamp.mPosition) { in threadLoop_write()
2144 mLatchD.mUnpresentedFrames = totalFramesWritten - mLatchD.mTimestamp.mPosition; in threadLoop_write()
2447 mLatchD.mFramesReleased.clear(); in threadLoop()
2452 mLatchD.mFramesReleased.add(t.get(), in threadLoop()
2457 mLatchQ = mLatchD; in threadLoop()
DThreads.h826 } mLatchD, mLatchQ; variable