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

  /frameworks/av/services/audioflinger/
StateQueue.cpp 17 #define LOG_TAG "StateQueue"
23 #include "StateQueue.h"
42 template<typename T> StateQueue<T>::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<T>::push(StateQueue<T>::block_t block
    [all...]
StateQueue.h 90 // a cache of StateQueue statistics that can be logged by dumpsys.
95 // It has a different lifetime than the StateQueue, and so it can't be a member of StateQueue.
117 template<typename T> class StateQueue {
120 StateQueue();
121 virtual ~StateQueue();
201 }; // class StateQueue

Completed in 47 milliseconds