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.cpp4342 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in MixerThread()
4398 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in ~MixerThread()
4464 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED); in threadLoop_write()
4667 FastMixerStateQueue::block_t block = FastMixerStateQueue::BLOCK_UNTIL_PUSHED; in prepareTracks_l()
6835 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in RecordThread()
6870 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED); in ~RecordThread()
7057 FastCaptureStateQueue::block_t block = FastCaptureStateQueue::BLOCK_UNTIL_PUSHED; in threadLoop()