Home
last modified time | relevance | path

Searched refs:mNeedCatchUp (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternalCapture.cpp97 if (mNeedCatchUp.isRequested()) { in processDataNow()
101 mNeedCatchUp.acknowledge(); in processDataNow()
DAudioStreamInternalPlay.cpp136 if (mNeedCatchUp.isRequested()) { in processDataNow()
140 mNeedCatchUp.acknowledge(); in processDataNow()
DAudioStreamInternal.h169 AtomicRequestor mNeedCatchUp; // Ask read() or write() to sync on first timestamp. variable
DAudioStreamInternal.cpp312 mNeedCatchUp.request(); // Ask data processing code to catch up when first timestamp received. in requestStart()