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

1 2

  /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 218 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;
  /hardware/libhardware/modules/camera/
Camera.h 62 pthread_mutex_t 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 120 // This method must be called with mMutex locked.
132 // This method must be called with mMutex locked.
145 // This method must be called with mMutex locked.
219 // mMutex is the mutex used to prevent concurrent access to the member
225 mutable Mutex mMutex;
  /frameworks/native/services/surfaceflinger/
FrameTracker.h 118 // mMutex is used to protect access to all member variables.
119 mutable Mutex mMutex;
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.h 141 mutable Mutex mMutex;
  /frameworks/av/media/mtp/
MtpDevice.h 60 Mutex mMutex;
  /frameworks/av/services/camera/libcameraservice/camera2/
JpegCompressor.h 66 Mutex mMutex;
  /frameworks/native/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;
  /frameworks/av/include/media/stagefright/
SurfaceMediaSource.h 190 // mMutex is the mutex used to prevent concurrent access to the member
193 mutable Mutex mMutex;
  /frameworks/av/include/media/
JetPlayer.h 78 Mutex mMutex; // mutex to sync the render and playback thread with the JET calls
  /frameworks/av/media/libmediaplayerservice/
MidiFile.h 71 Mutex mMutex;

Completed in 1394 milliseconds

1 2