HomeSort by relevance Sort by last modified time
    Searched defs:mMutex (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
Mutex.h 104 pthread_mutex_t mMutex;
SyncEvent.h 57 mMutex.lock ();
72 mCondVar.wait (mMutex);
88 bool retVal = mCondVar.wait (mMutex, millisec);
119 mMutex.unlock ();
124 Mutex mMutex;
  /frameworks/rs/
rsMutex.h 36 pthread_mutex_t mMutex;
rsSignal.h 41 pthread_mutex_t mMutex;
  /packages/apps/Nfc/nci/jni/
DataQueue.h 104 Mutex mMutex;
Mutex.h 110 pthread_mutex_t mMutex;
SyncEvent.h 53 mMutex.lock ();
68 mCondVar.wait (mMutex);
84 bool retVal = mCondVar.wait (mMutex, millisec);
115 mMutex.unlock ();
120 Mutex mMutex;
PowerSwitch.h 220 Mutex mMutex;
  /frameworks/native/opengl/libs/EGL/
egl_cache.h 118 // mMutex is the mutex used to prevent concurrent access to the member
120 mutable Mutex mMutex;
  /frameworks/native/services/surfaceflinger/
EventControlThread.h 42 Mutex mMutex;
FrameTracker.h 155 // mMutex is used to protect access to all member variables.
156 mutable Mutex mMutex;
DispSync.h 143 // mMutex is used to protect access to all member variables.
144 mutable Mutex mMutex;
  /system/extras/tests/bionic/libc/common/
test_static_cpp_mutex.cpp 36 pthread_mutex_t mMutex;
49 pthread_mutex_init(&mMutex, &mattr);
50 pthread_mutex_lock(&mMutex);
56 pthread_mutex_unlock(&mMutex);
  /device/generic/goldfish/camera/
EmulatedCamera2.h 248 Mutex mMutex;
EmulatedCameraHotplugThread.h 71 Mutex mMutex;
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDLOSXCAGuard.h 107 pthread_mutex_t mMutex;
  /frameworks/native/include/gui/
ConsumerBase.h 118 // This method must be called with mMutex locked.
130 // This method must be called with mMutex locked.
143 // This method must be called with mMutex locked.
226 // mMutex is the mutex used to prevent concurrent access to the member
232 mutable Mutex mMutex;
  /hardware/libhardware/modules/camera/
Camera.h 91 pthread_mutex_t mMutex;
Metadata.h 75 pthread_mutex_t mMutex;
Stream.h 49 // Clean up buffer state. must be called with mMutex held.
75 pthread_mutex_t mMutex;
  /frameworks/av/media/mtp/
MtpDevice.h 60 Mutex mMutex;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.h 66 Mutex mMutex;
  /system/core/include/utils/
Mutex.h 80 pthread_mutex_t mMutex;
92 pthread_mutex_init(&mMutex, NULL);
95 pthread_mutex_init(&mMutex, NULL);
102 pthread_mutex_init(&mMutex, &attr);
105 pthread_mutex_init(&mMutex, NULL);
109 pthread_mutex_destroy(&mMutex);
112 return -pthread_mutex_lock(&mMutex);
115 pthread_mutex_unlock(&mMutex);
118 return -pthread_mutex_trylock(&mMutex);
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.h 80 Mutex mMutex;
  /external/libnfc-nci/src/include/
NfcAdaptation.h 35 operator pthread_mutex_t* () {return &mMutex;}
37 pthread_mutex_t mMutex;

Completed in 608 milliseconds

1 2 3