Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DStateQueue.h168 BLOCK_UNTIL_PUSHED, // block until there's a slot available for the push enumerator
DThreads.cpp2909 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in MixerThread()
2962 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in ~MixerThread()
3026 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in threadLoop_write()
3204 FastMixerStateQueue::block_t block = FastMixerStateQueue::BLOCK_UNTIL_PUSHED; in prepareTracks_l()
3868 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in checkForNewParameter_l()
5050 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in RecordThread()
5086 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in ~RecordThread()
5270 FastCaptureStateQueue::block_t block = FastCaptureStateQueue::BLOCK_UNTIL_PUSHED; in threadLoop()