Home
last modified time | relevance | path

Searched refs:StateQueue (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/audioflinger/fastpath/
DStateQueue.cpp43 template<typename T> const T* StateQueue<T>::poll() in poll()
59 template<typename T> T* StateQueue<T>::begin() in begin()
66 template<typename T> void StateQueue<T>::end(bool didModify) in end()
77 template<typename T> bool StateQueue<T>::push(StateQueue<T>::block_t block) in push()
181 template class StateQueue<FastCaptureState>; variable
182 template class StateQueue<FastMixerState>; variable
DFastCapture.h26 using FastCaptureStateQueue = StateQueue<FastCaptureState>;
DStateQueue.h127 template<typename T> class StateQueue final {
DFastMixer.h31 using FastMixerStateQueue = StateQueue<FastMixerState>;
DAndroid.bp48 "StateQueue.cpp",