Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DStateQueue.cpp101 if (block == BLOCK_UNTIL_ACKED) { in push()
156 if (block == BLOCK_UNTIL_ACKED) { in push()
DStateQueue.h165 BLOCK_UNTIL_ACKED, // also block until the push is acknowledged by the observer enumerator
DThreads.cpp2698 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in threadLoop_standby()
2998 block = FastMixerStateQueue::BLOCK_UNTIL_ACKED; in prepareTracks_l()
3265 block = FastMixerStateQueue::BLOCK_UNTIL_ACKED; in prepareTracks_l()
3342 sq->push(FastMixerStateQueue::BLOCK_UNTIL_ACKED); in checkForNewParameters_l()