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.cpp4632 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in threadLoop_standby()
5029 block = FastMixerStateQueue::BLOCK_UNTIL_ACKED; in prepareTracks_l()
5418 block = FastMixerStateQueue::BLOCK_UNTIL_ACKED; in prepareTracks_l()
7259 block = FastCaptureStateQueue::BLOCK_UNTIL_ACKED; in threadLoop()
7638 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_ACKED); in inputStandBy()