Searched refs:Locked (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DMutexed.h45 * Mutexed<DataToProtect>::Locked data(mProtectedData); // access the protected data
74 * Mutexed<DataToProtect>::Locked data(mProtectedData);
78 * void helper(const Mutexed<DataToProtect>::Locked &data) {
103 class Locked { class in class:android::Mutexed
105 inline Locked(Mutexed<T> &mParent);
106 inline Locked(Locked &&from) : function in class:android::Mutexed::Locked
110 inline ~Locked();
142 Locked(const Locked
171 inline Mutexed<T>::Locked::Locked(Mutexed<T> &mParent) function in class:android::Mutexed::Locked
[all...]
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DMutexed.h45 * Mutexed<DataToProtect>::Locked data(mProtectedData); // access the protected data
74 * Mutexed<DataToProtect>::Locked data(mProtectedData);
78 * void helper(const Mutexed<DataToProtect>::Locked &data) {
103 class Locked { class in class:android::Mutexed
105 inline Locked(Mutexed<T> &mParent);
106 inline Locked(Locked &&from) : function in class:android::Mutexed::Locked
110 inline ~Locked();
142 Locked(const Locked
171 inline Mutexed<T>::Locked::Locked(Mutexed<T> &mParent) function in class:android::Mutexed::Locked
[all...]
/frameworks/av/media/libstagefright/include/foundation/
H A DMutexed.h45 * Mutexed<DataToProtect>::Locked data(mProtectedData); // access the protected data
74 * Mutexed<DataToProtect>::Locked data(mProtectedData);
78 * void helper(const Mutexed<DataToProtect>::Locked &data) {
103 class Locked { class in class:android::Mutexed
105 inline Locked(Mutexed<T> &mParent);
106 inline Locked(Locked &&from) : function in class:android::Mutexed::Locked
110 inline ~Locked();
142 Locked(const Locked
171 inline Mutexed<T>::Locked::Locked(Mutexed<T> &mParent) function in class:android::Mutexed::Locked
[all...]
/frameworks/av/include/media/stagefright/
H A DSimpleDecodingSource.h104 Mutexed<ProtectedState>::Locked &me, MediaBuffer **buffer, const ReadOptions *options);
/frameworks/av/media/libstagefright/foundation/include/
H A DSimpleDecodingSource.h104 Mutexed<ProtectedState>::Locked &me, MediaBuffer **buffer, const ReadOptions *options);
/frameworks/av/media/libstagefright/include/
H A DSimpleDecodingSource.h104 Mutexed<ProtectedState>::Locked &me, MediaBuffer **buffer, const ReadOptions *options);
/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp114 Mutexed<ProtectedState>::Locked me(mProtectedState);
135 Mutexed<ProtectedState>::Locked me(mProtectedState);
160 Mutexed<ProtectedState>::Locked me(mProtectedState);
181 Mutexed<ProtectedState>::Locked me(mProtectedState);
199 Mutexed<ProtectedState>::Locked &me, MediaBuffer **buffer, const ReadOptions *options) {
H A DMediaCodecSource.cpp144 Mutexed<Queue>::Locked queue(mQueue);
183 Mutexed<Queue>::Locked queue(mQueue);
206 Mutexed<Queue>::Locked queue(mQueue);
211 Mutexed<Queue>::Locked queue(mQueue);
234 Mutexed<Queue>::Locked queue(mQueue);
268 Mutexed<Queue>::Locked queue(mQueue);
384 Mutexed<sp<MetaData>>::Locked meta(mMeta);
395 Mutexed<Output>::Locked output(mOutput);
567 Mutexed<Output>::Locked output(mOutput);
603 Mutexed<Output>::Locked outpu
[all...]
/frameworks/base/libs/input/
H A DSpriteController.h246 struct Locked { struct in class:android::SpriteController::SpriteImpl
273 struct Locked { struct in class:android::SpriteController
H A DPointerController.h153 struct Locked { struct in class:android::PointerController
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp265 struct Locked { struct in class:android::NativeInputManager

Completed in 268 milliseconds