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

/frameworks/rs/
H A DrsMutex.cpp22 Mutex::Mutex() { function in class:android::renderscript::Mutex
25 Mutex::~Mutex() {
29 bool Mutex::init() {
32 ALOGE("Mutex::Mutex init failure");
38 bool Mutex::lock() {
42 ALOGE("Mutex: error %i locking.", status);
48 bool Mutex
[all...]
H A DrsMutex.h26 class Mutex { class in namespace:android::renderscript
28 Mutex();
29 ~Mutex();
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp117 ConditionalLock(Mutex& mutex, bool lock) : mMutex(mutex), mLocked(lock) {
124 Mutex& mMutex;
407 Mutex::Autolock _l(flinger->mStateLock);
419 Mutex::Autolock _l(mStateLock);
428 Mutex::Autolock _l(mStateLock);
522 Mutex::Autolock lock(mVsyncMutex);
544 Mutex::Autolock lock(mCallbackMutex);
549 Mutex::Autolock lock(mVsyncMutex);
578 Mutex::Autolock lock(mCallbackMutex);
602 Mutex mCallbackMute
3101 removeLayerLocked(const Mutex&, const sp<Layer>& layer, bool topLevelOnly) argument
[all...]

Completed in 90 milliseconds