Home
last modified time | relevance | path

Searched refs:BLOCK_UNTIL_ACKED (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
DStateQueue.cpp103 if (block == BLOCK_UNTIL_ACKED) { in push()
158 if (block == BLOCK_UNTIL_ACKED) { in push()
DStateQueue.h169 BLOCK_UNTIL_ACKED, // also block until the push is acknowledged by the observer enumerator
DThreads.cpp3050 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in threadLoop_standby()
3361 block = FastMixerStateQueue::BLOCK_UNTIL_ACKED; in prepareTracks_l()
3663 block = FastMixerStateQueue::BLOCK_UNTIL_ACKED; in prepareTracks_l()
3764 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in checkForNewParameter_l()
5292 block = FastCaptureStateQueue::BLOCK_UNTIL_ACKED; in threadLoop()
5615 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_ACKED); in inputStandBy()