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

/frameworks/av/services/audioflinger/
H A DStateQueueInstantiations.cpp18 #include "StateQueue.h"
24 template class StateQueue<FastMixerState>; // typedef FastMixerStateQueue
H A DStateQueue.cpp17 #define LOG_TAG "StateQueue"
23 #include "StateQueue.h"
42 template<typename T> StateQueue<T>::StateQueue() : function in class:android::StateQueue
52 template<typename T> StateQueue<T>::~StateQueue()
58 template<typename T> const T* StateQueue<T>::poll()
73 template<typename T> T* StateQueue<T>::begin()
80 template<typename T> void StateQueue<T>::end(bool didModify)
91 template<typename T> bool StateQueue<
[all...]
H A DStateQueue.h24 // a cache of StateQueue statistics that can be logged by dumpsys.
29 // It has a different lifetime than the StateQueue, and so it can't be a member of StateQueue.
51 template<typename T> class StateQueue { class in namespace:android
54 StateQueue();
55 virtual ~StateQueue();
135 }; // class StateQueue
H A DAndroid.mk51 LOCAL_SRC_FILES += StateQueue.cpp
53 # uncomment for debugging timing problems related to StateQueue::push()
H A DFastMixer.h25 #include "StateQueue.h"
30 typedef StateQueue<FastMixerState> FastMixerStateQueue;

Completed in 216 milliseconds