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.cpp3103 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in createAudioPatch_l()
3211 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in releaseAudioPatch_l()
3387 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in MixerThread()
3432 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in ~MixerThread()
3498 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in threadLoop_write()
3676 FastMixerStateQueue::block_t block = FastMixerStateQueue::BLOCK_UNTIL_PUSHED; in prepareTracks_l()
4361 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in checkForNewParameter_l()
5558 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in RecordThread()
5588 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in ~RecordThread()
5774 FastCaptureStateQueue::block_t block = FastCaptureStateQueue::BLOCK_UNTIL_PUSHED; in threadLoop()