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

  /frameworks/av/services/audioflinger/
StateQueueInstantiations.cpp 20 #include "StateQueue.h"
26 template class StateQueue<FastMixerState>; // typedef FastMixerStateQueue
27 template class StateQueue<FastCaptureState>; // typedef FastCaptureStateQueue
StateQueue.cpp 17 #define LOG_TAG "StateQueue"
24 #include "StateQueue.h"
43 template<typename T> StateQueue<T>::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<T>::push(StateQueue<T>::block_t block
    [all...]
StateQueue.h 100 // 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 {
130 StateQueue();
131 virtual ~StateQueue();
211 }; // class StateQueue
FastCapture.h 21 #include "StateQueue.h"
27 typedef StateQueue<FastCaptureState> FastCaptureStateQueue;
FastMixer.h 22 #include "StateQueue.h"
30 typedef StateQueue<FastMixerState> FastMixerStateQueue;
Android.mk 34 StateQueue.cpp

Completed in 54 milliseconds