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

  /frameworks/av/media/libmedia/
SingleStateQueueInstantiations.cpp 17 #include <media/SingleStateQueue.h>
24 template class SingleStateQueue<StaticAudioTrackState>; // typedef StaticAudioTrackSingleStateQueue
SingleStateQueue.cpp 20 #include <media/SingleStateQueue.h>
24 template<typename T> SingleStateQueue<T>::Mutator::Mutator(Shared *shared)
31 template<typename T> int32_t SingleStateQueue<T>::Mutator::push(const T& value)
45 template<typename T> bool SingleStateQueue<T>::Mutator::ack()
50 template<typename T> bool SingleStateQueue<T>::Mutator::ack(int32_t sequence)
56 template<typename T> SingleStateQueue<T>::Observer::Observer(Shared *shared)
63 template<typename T> bool SingleStateQueue<T>::Observer::poll(T& value)
96 template<typename T> SingleStateQueue<T>::SingleStateQueue(void /*Shared*/ *shared)
Android.mk 62 LOCAL_SRC_FILES += SingleStateQueue.cpp
  /frameworks/av/include/media/
SingleStateQueue.h 27 template<typename T> class SingleStateQueue {
87 SingleStateQueue(void /*Shared*/ *shared);
88 /*virtual*/ ~SingleStateQueue() { }

Completed in 1869 milliseconds