Home
last modified time | relevance | path

Searched refs:Mutexed (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DMutexed.h85 class Mutexed {
105 inline Locked(Mutexed<T> &mParent);
148 Mutexed(Args... args) : mTreasure(args...) { } in Mutexed() function
150 ~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()
/frameworks/av/media/libstagefright/include/media/stagefright/
DSimpleDecodingSource.h103 Mutexed<ProtectedState> mProtectedState;
107 Mutexed<ProtectedState>::Locked &me, MediaBufferBase **buffer,
DMediaCodecSource.h124 Mutexed<sp<MetaData>> mMeta;
157 Mutexed<Output> mOutput;
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp98 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 …]
DSimpleDecodingSource.cpp139 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()