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

/frameworks/av/services/audioflinger/
H A DAutoPark.h34 sq->push(sq->BLOCK_UNTIL_ACKED);
H A DStateQueue.cpp103 if (block == BLOCK_UNTIL_ACKED) {
158 if (block == BLOCK_UNTIL_ACKED) {
H A DStateQueue.h118 unsigned mPushAck; // incremented each time push(BLOCK_UNTIL_ACKED) is called
162 // For BLOCK_UNTIL_PUSHED and BLOCK_UNTIL_ACKED, always returns true.
164 // for BLOCK_UNTIL_ACKED it will wait until a prior push has been acknowledged.
169 BLOCK_UNTIL_ACKED, // also block until the push is acknowledged by the observer enumerator in enum:android::StateQueue::block_t
H A DThreads.cpp3714 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED);
4013 block = FastMixerStateQueue::BLOCK_UNTIL_ACKED;
4341 block = FastMixerStateQueue::BLOCK_UNTIL_ACKED;
6006 block = FastCaptureStateQueue::BLOCK_UNTIL_ACKED;
6259 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_ACKED);

Completed in 56 milliseconds