Searched refs:Mutator (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/
H A DSingleStateQueue.h31 class Mutator;
37 friend class Mutator;
52 class Mutator { class in class:android::SingleStateQueue
54 Mutator(Shared *shared);
55 /*virtual*/ ~Mutator() { }
/frameworks/av/media/libmedia/
H A DSingleStateQueue.cpp24 template<typename T> SingleStateQueue<T>::Mutator::Mutator(Shared *shared) function in class:android::SingleStateQueue::Mutator
27 // exactly one of Mutator and Observer must initialize, currently it is Observer
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)
59 // exactly one of Mutator and Observer must initialize, currently it is Observer
/frameworks/av/include/media/nbaio/
H A DMonoPipe.h138 AudioTimestampSingleStateQueue::Mutator mTimestampMutator;
/frameworks/av/include/private/media/
H A DAudioTrackShared.h328 StaticAudioTrackSingleStateQueue::Mutator mMutator;

Completed in 82 milliseconds