Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/fastpath/
DAutoPark.h52 sq->push(sq->BLOCK_UNTIL_PUSHED); in ~AutoPark()
DStateQueue.h165 BLOCK_UNTIL_PUSHED, // block until there's a slot available for the push enumerator
/frameworks/av/services/audioflinger/
DThreads.cpp5222 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in MixerThread()
5278 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in ~MixerThread()
5359 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in threadLoop_write()
5571 FastMixerStateQueue::block_t block = FastMixerStateQueue::BLOCK_UNTIL_PUSHED; in prepareTracks_l()
8200 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in RecordThread()
8235 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in ~RecordThread()
8471 FastCaptureStateQueue::block_t block = FastCaptureStateQueue::BLOCK_UNTIL_PUSHED; in threadLoop()