Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DStateQueue.cpp43 template<typename T> StateQueue<T>::StateQueue() : in StateQueue() function in android::StateQueue
54 template<typename T> StateQueue<T>::~StateQueue() in ~StateQueue()
60 template<typename T> const T* StateQueue<T>::poll() in poll()
76 template<typename T> T* StateQueue<T>::begin() in begin()
83 template<typename T> void StateQueue<T>::end(bool didModify) in end()
94 template<typename T> bool StateQueue<T>::push(StateQueue<T>::block_t block) in push()
DStateQueue.h127 template<typename T> class StateQueue {
130 StateQueue();
131 virtual ~StateQueue();
DStateQueueInstantiations.cpp26 template class StateQueue<FastMixerState>; // typedef FastMixerStateQueue variable
27 template class StateQueue<FastCaptureState>; // typedef FastCaptureStateQueue variable
DFastCapture.h27 typedef StateQueue<FastCaptureState> FastCaptureStateQueue;
DFastMixer.h29 typedef StateQueue<FastMixerState> FastMixerStateQueue;
DAndroid.mk43 StateQueue.cpp