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

/frameworks/av/services/audioflinger/
H A DStateQueue.h42 unsigned mPushAck; // incremented each time push(BLOCK_UNTIL_ACKED) is called
86 // For BLOCK_UNTIL_PUSHED and BLOCK_UNTIL_ACKED, always returns true.
88 // for BLOCK_UNTIL_ACKED it will wait until a prior push has been acknowledged.
93 BLOCK_UNTIL_ACKED, // also block until the push is acknowledged by the observer enumerator in enum:android::StateQueue::block_t

Completed in 109 milliseconds