Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAutoPark.h51 sq->push(sq->BLOCK_UNTIL_PUSHED); in ~AutoPark()
DStateQueue.h168 BLOCK_UNTIL_PUSHED, // block until there's a slot available for the push enumerator
DThreads.cpp3739 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in MixerThread()
3785 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in ~MixerThread()
3857 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in threadLoop_write()
4037 FastMixerStateQueue::block_t block = FastMixerStateQueue::BLOCK_UNTIL_PUSHED; in prepareTracks_l()
6072 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in RecordThread()
6103 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in ~RecordThread()
6285 FastCaptureStateQueue::block_t block = FastCaptureStateQueue::BLOCK_UNTIL_PUSHED; in threadLoop()