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

/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternalCapture.cpp96 if (mNeedCatchUp.isRequested()) {
100 mNeedCatchUp.acknowledge();
H A DAudioStreamInternal.h160 AtomicRequestor mNeedCatchUp; // Ask read() or write() to sync on first timestamp. member in class:aaudio::AudioStreamInternal
H A DAudioStreamInternalPlay.cpp134 if (mNeedCatchUp.isRequested()) {
138 mNeedCatchUp.acknowledge();
H A DAudioStreamInternal.cpp288 mNeedCatchUp.request(); // Ask data processing code to catch up when first timestamp received.

Completed in 27 milliseconds