Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DStateQueue.cpp103 if (block == BLOCK_UNTIL_ACKED) { in push()
158 if (block == BLOCK_UNTIL_ACKED) { in push()
DAutoPark.h34 sq->push(sq->BLOCK_UNTIL_ACKED); in AutoPark()
DStateQueue.h169 BLOCK_UNTIL_ACKED, // also block until the push is acknowledged by the observer enumerator
DThreads.cpp3890 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in threadLoop_standby()
4202 block = FastMixerStateQueue::BLOCK_UNTIL_ACKED; in prepareTracks_l()
4552 block = FastMixerStateQueue::BLOCK_UNTIL_ACKED; in prepareTracks_l()
6308 block = FastCaptureStateQueue::BLOCK_UNTIL_ACKED; in threadLoop()
6581 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_ACKED); in inputStandBy()