Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/fastpath/
DStateQueue.cpp86 if (block == BLOCK_UNTIL_ACKED) { in push()
141 if (block == BLOCK_UNTIL_ACKED) { in push()
DAutoPark.h35 sq->push(sq->BLOCK_UNTIL_ACKED); in AutoPark()
DStateQueue.h166 BLOCK_UNTIL_ACKED, // also block until the push is acknowledged by the observer enumerator
/frameworks/av/services/audioflinger/
DThreads.cpp5392 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in threadLoop_standby()
5815 block = FastMixerStateQueue::BLOCK_UNTIL_ACKED; in prepareTracks_l()
6245 block = FastMixerStateQueue::BLOCK_UNTIL_ACKED; in prepareTracks_l()
8494 block = FastCaptureStateQueue::BLOCK_UNTIL_ACKED; in threadLoop()
8863 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_ACKED); in inputStandBy()