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

/frameworks/av/services/audioflinger/
H A DAutoPark.h51 sq->push(sq->BLOCK_UNTIL_PUSHED);
H A DStateQueue.h162 // For BLOCK_UNTIL_PUSHED and BLOCK_UNTIL_ACKED, always returns true.
168 BLOCK_UNTIL_PUSHED, // block until there's a slot available for the push enumerator in enum:android::StateQueue::block_t
H A DThreads.cpp3573 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED);
3618 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED);
3690 sq->push(FastMixerStateQueue::BLOCK_UNTIL_PUSHED);
3713 // BLOCK_UNTIL_PUSHED would be insufficient, as we need it to stop doing I/O now
3854 FastMixerStateQueue::block_t block = FastMixerStateQueue::BLOCK_UNTIL_PUSHED;
5767 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED);
5797 sq->push(FastCaptureStateQueue::BLOCK_UNTIL_PUSHED);
5983 FastCaptureStateQueue::block_t block = FastCaptureStateQueue::BLOCK_UNTIL_PUSHED;
6258 // BLOCK_UNTIL_PUSHED would be insufficient, as we need it to stop doing I/O now

Completed in 72 milliseconds