Searched refs:Mutexed (Results 1 – 5 of 5) sorted by relevance
85 class Mutexed {105 inline Locked(Mutexed<T> &mParent);148 Mutexed(Args... args) : mTreasure(args...) { } in Mutexed() function150 ~Mutexed() { } in ~Mutexed()166 Mutexed(const Mutexed<T>&) = delete;167 void operator=(const Mutexed<T>&) = delete;171 inline Mutexed<T>::Locked::Locked(Mutexed<T> &mParent) in Locked()179 inline Mutexed<T>::Locked::~Locked() { in ~Locked()186 inline void Mutexed<T>::Locked::unlock() { in unlock()194 inline void Mutexed<T>::Locked::lock() { in lock()
103 Mutexed<ProtectedState> mProtectedState;107 Mutexed<ProtectedState>::Locked &me, MediaBufferBase **buffer,
124 Mutexed<sp<MetaData>> mMeta;157 Mutexed<Output> mOutput;
98 Mutexed<Queue> mQueue;149 Mutexed<Queue>::Locked queue(mQueue); in readBuffer()194 Mutexed<Queue>::Locked queue(mQueue); in stop()217 Mutexed<Queue>::Locked queue(mQueue); in pause()222 Mutexed<Queue>::Locked queue(mQueue); in resume()245 Mutexed<Queue>::Locked queue(mQueue); in onMessageReceived()293 Mutexed<Queue>::Locked queue(mQueue); in onMessageReceived()406 Mutexed<sp<MetaData>>::Locked meta(mMeta); in getFormat()417 Mutexed<Output>::Locked output(mOutput); in read()598 Mutexed<Output>::Locked output(mOutput); in initEncoder()[all …]
139 Mutexed<ProtectedState>::Locked me(mProtectedState); in start()160 Mutexed<ProtectedState>::Locked me(mProtectedState); in stop()185 Mutexed<ProtectedState>::Locked me(mProtectedState); in getFormat()206 Mutexed<ProtectedState>::Locked me(mProtectedState); in read()224 Mutexed<ProtectedState>::Locked &me, MediaBufferBase **buffer, const ReadOptions *options) { in doRead()