Searched defs:Mutexed (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DMutexed.h28 * Mutexed<> objects contain a built-in mutex. Protection is enforced because the structure can
40 * Mutexed<DataToProtect> mProtectedData;
45 * Mutexed<DataToProtect>::Locked data(mProtectedData); // access the protected data
74 * Mutexed<DataToProtect>::Locked data(mProtectedData);
78 * void helper(const Mutexed<DataToProtect>::Locked &data) {
85 class Mutexed { class in namespace:android
105 inline Locked(Mutexed<T> &mParent);
148 Mutexed(Args... args) : mTreasure(args...) { } function in class:android::Mutexed
150 ~Mutexed() { }
166 Mutexed(cons
[all...]
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DMutexed.h28 * Mutexed<> objects contain a built-in mutex. Protection is enforced because the structure can
40 * Mutexed<DataToProtect> mProtectedData;
45 * Mutexed<DataToProtect>::Locked data(mProtectedData); // access the protected data
74 * Mutexed<DataToProtect>::Locked data(mProtectedData);
78 * void helper(const Mutexed<DataToProtect>::Locked &data) {
85 class Mutexed { class in namespace:android
105 inline Locked(Mutexed<T> &mParent);
148 Mutexed(Args... args) : mTreasure(args...) { } function in class:android::Mutexed
150 ~Mutexed() { }
166 Mutexed(cons
[all...]
/frameworks/av/media/libstagefright/include/foundation/
H A DMutexed.h28 * Mutexed<> objects contain a built-in mutex. Protection is enforced because the structure can
40 * Mutexed<DataToProtect> mProtectedData;
45 * Mutexed<DataToProtect>::Locked data(mProtectedData); // access the protected data
74 * Mutexed<DataToProtect>::Locked data(mProtectedData);
78 * void helper(const Mutexed<DataToProtect>::Locked &data) {
85 class Mutexed { class in namespace:android
105 inline Locked(Mutexed<T> &mParent);
148 Mutexed(Args... args) : mTreasure(args...) { } function in class:android::Mutexed
150 ~Mutexed() { }
166 Mutexed(cons
[all...]

Completed in 51 milliseconds