HomeSort by relevance Sort by last modified time
    Searched refs:mMutex (Results 76 - 100 of 101) sorted by null

1 2 34 5

  /frameworks/rs/
rsGrallocConsumer.cpp 57 Mutex::Autolock _l(mMutex);
160 Mutex::Autolock _l(mMutex);
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp 629 Mutex::Autolock l(mMutex);
639 Mutex::Autolock l(mMutex);
652 Mutex::Autolock l(mMutex);
714 Mutex::Autolock l(mMutex);
717 res = notEmpty.waitRelative(mMutex,timeout);
725 Mutex::Autolock l(mMutex);
730 res = mNewRequestId.waitRelative(mMutex, timeout);
743 Mutex::Autolock l(mMutex);
775 Mutex::Autolock l(mMutex);
799 Mutex::Autolock l(mMutex);
    [all...]
Camera2Device.h 134 Mutex mMutex;
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 609 Mutex::Autolock lock(mMutex);
611 mCondition.wait(mMutex);
617 Mutex::Autolock lock(mMutex);
623 Mutex mMutex;
640 Mutex::Autolock lock(mMutex);
642 mFrameCondition.wait(mMutex);
648 Mutex::Autolock lock(mMutex);
654 Mutex::Autolock lock(mMutex);
656 mDisconnectCondition.wait(mMutex);
661 Mutex::Autolock lock(mMutex);
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera2.h 248 Mutex mMutex;
EmulatedFakeCamera2.cpp 149 Mutex::Autolock l(mMutex);
189 Mutex::Autolock l(mMutex);
202 Mutex::Autolock l(mMutex);
214 Mutex::Autolock l(mMutex);
224 Mutex::Autolock l(mMutex);
254 Mutex::Autolock l(mMutex);
289 Mutex::Autolock l(mMutex);
314 Mutex::Autolock l(mMutex);
350 Mutex::Autolock l(mMutex);
467 Mutex::Autolock l(mMutex);
    [all...]
EmulatedCamera2.cpp 328 Mutex::Autolock l(ec->mMutex);
383 Mutex::Autolock l(mMutex);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.cpp 36 Mutex::Autolock lock(mMutex);
  /frameworks/native/include/gui/
BufferQueue.h 543 // mMutex is the mutex used to prevent concurrent access to the member
546 mutable Mutex mMutex;
Surface.h 245 // mMutex is the mutex used to prevent concurrent access to the member
248 mutable Mutex mMutex;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
FramebufferSurface.cpp 87 Mutex::Autolock lock(mMutex);
VirtualDisplaySurface.cpp 218 Mutex::Autolock lock(mMutex);
386 Mutex::Autolock lock(mMutex);
  /packages/apps/Nfc/nci/jni/
SecureElement.h 422 Mutex mMutex; // protects fields below
SecureElement.cpp 350 AutoMutex mutex(mMutex);
    [all...]
  /frameworks/wilhelm/src/itf/
IObject.c 772 ok = pthread_mutex_init(&thiz->mMutex, (const pthread_mutexattr_t *) NULL);
797 ok = pthread_mutex_unlock(&thiz->mMutex);
799 ok = pthread_mutex_destroy(&thiz->mMutex);
IEngine.c 226 memset(&thiz->mSndFile.mMutex, 0, sizeof(pthread_mutex_t));
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.h 210 pthread_mutex_t mMutex;
  /frameworks/av/camera/tests/
ProCameraTests.cpp 86 Mutex::Autolock al(mMutex);
93 Mutex::Autolock al(mMutex);
101 status_t stat = mCondition.waitRelative(mMutex,
113 Mutex mMutex;
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.h 241 pthread_mutex_t mMutex;
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp     [all...]
  /frameworks/wilhelm/src/
sles_allinclusive.h 273 pthread_mutex_t mMutex; // protects mSNDFILE only
itfstruct.h 38 pthread_mutex_t mMutex;
  /frameworks/av/media/mtp/
MtpServer.cpp 118 Mutex::Autolock autoLock(mMutex);
125 Mutex::Autolock autoLock(mMutex);
308 Mutex::Autolock autoLock(mMutex);
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 476 Mutex::Autolock lock(mMutex);
484 Mutex::Autolock lock(mMutex);
505 Mutex mMutex;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 195 pthread_mutex_init(&(queue->mMutex), NULL);
212 if (pthread_mutex_lock (&(queue->mMutex)) != 0) {
226 if (pthread_mutex_unlock (&(queue->mMutex)) != 0) {
238 if (pthread_mutex_lock (&(queue->mMutex)) != 0) {
328 if (pthread_mutex_unlock (&(queue->mMutex)) != 0) {
340 if (pthread_mutex_lock (&(queue->mMutex)) != 0) {
381 if (pthread_mutex_unlock (&(queue->mMutex)) != 0) {
392 if (pthread_mutex_lock (&(queue->mMutex)) != 0) {
415 if (pthread_mutex_unlock (&(queue->mMutex)) != 0) {
427 if (pthread_mutex_lock (&(queue->mMutex)) != 0)
    [all...]

Completed in 1726 milliseconds

1 2 34 5