Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternalCapture.cpp109 if (mNeedCatchUp.isRequested()) { in processDataNow()
113 mNeedCatchUp.acknowledge(); in processDataNow()
H A DAudioStreamInternalPlay.cpp158 if (mNeedCatchUp.isRequested()) { in processDataNow()
164 mNeedCatchUp.acknowledge(); in processDataNow()
H A DAudioStreamInternal.h170 AtomicRequestor mNeedCatchUp; // Ask read() or write() to sync on first timestamp. variable
H A DAudioStreamInternal.cpp393 mNeedCatchUp.request(); // Ask data processing code to catch up when first timestamp received. in requestStart_l()