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

  /frameworks/av/services/audioflinger/
StateQueueInstantiations.cpp 19 #include "StateQueue.h"
25 template class StateQueue<FastMixerState>; // typedef FastMixerStateQueue
StateQueue.cpp 17 #define LOG_TAG "StateQueue"
24 #include "StateQueue.h"
43 template<typename T> StateQueue<T>::StateQueue() :
53 template<typename T> StateQueue<T>::~StateQueue()
59 template<typename T> const T* StateQueue<T>::poll()
74 template<typename T> T* StateQueue<T>::begin()
81 template<typename T> void StateQueue<T>::end(bool didModify)
92 template<typename T> bool StateQueue<T>::push(StateQueue<T>::block_t block
    [all...]
StateQueue.h 96 // a cache of StateQueue statistics that can be logged by dumpsys.
101 // It has a different lifetime than the StateQueue, and so it can't be a member of StateQueue.
123 template<typename T> class StateQueue {
126 StateQueue();
127 virtual ~StateQueue();
207 }; // class StateQueue
Android.mk 28 LOCAL_SRC_FILES += StateQueue.cpp
FastMixer.h 25 #include "StateQueue.h"
30 typedef StateQueue<FastMixerState> FastMixerStateQueue;

Completed in 556 milliseconds