Searched defs:StateQueue (Results 1 - 2 of 2) sorted by last modified time

/frameworks/av/services/audioflinger/
H A DStateQueue.cpp17 #define LOG_TAG "StateQueue"
24 #include "StateQueue.h"
43 template<typename T> StateQueue<T>::StateQueue() : function in class:android::StateQueue
54 template<typename T> StateQueue<T>::~StateQueue()
60 template<typename T> const T* StateQueue<T>::poll()
76 template<typename T> T* StateQueue<T>::begin()
83 template<typename T> void StateQueue<T>::end(bool didModify)
94 template<typename T> bool StateQueue<
[all...]
H A DStateQueue.h100 // a cache of StateQueue statistics that can be logged by dumpsys.
105 // It has a different lifetime than the StateQueue, and so it can't be a member of StateQueue.
127 template<typename T> class StateQueue { class in namespace:android
130 StateQueue();
131 virtual ~StateQueue();
211 }; // class StateQueue

Completed in 27 milliseconds