HomeSort by relevance Sort by last modified time
    Searched refs:Mutex (Results 276 - 300 of 949) sorted by null

<<11121314151617181920>>

  /hardware/libhardware/tests/camera2/
camera2_utils.h 29 #include <utils/Mutex.h>
72 Mutex mMutex;
147 Mutex mMutex;
237 Mutex mMutex;
  /hardware/libhardware_legacy/audio/
AudioHardwareGeneric.h 30 using android::Mutex;
65 Mutex mLock;
100 Mutex mLock;
145 Mutex mLock;
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXZoom.cpp 56 Mutex::Autolock lock(mZoomLock);
142 Mutex::Autolock lock(mZoomLock);
244 Mutex::Autolock lock(mZoomLock);
270 Mutex::Autolock lock(mZoomLock);
  /packages/apps/Nfc/nci/jni/
PeerToPeer.h 385 Mutex mMutex;
393 Mutex mDisconnectMutex; // synchronize the disconnect operation
394 Mutex mNewJniHandleMutex; // synchronize the creation of a new JNI handle
695 Mutex mMutex;
PowerSwitch.h 220 Mutex mMutex;
  /frameworks/wilhelm/src/android/
android_GenericMediaPlayer.cpp 129 Mutex::Autolock _l(mLock);
178 Mutex::Autolock _l(mLock);
223 Mutex::Autolock _l(mLock);
230 Mutex::Autolock _l(mLock);
259 // FIXME can't access mPlayer from outside the looper (no mutex!) so using mPreparedPlayer
273 Mutex::Autolock _l(mPreparedPlayerLock);
448 Mutex::Autolock _l(mSettingsLock);
488 Mutex::Autolock _l(mSettingsLock);
541 Mutex::Autolock _l(mPreparedPlayerLock);
566 Mutex::Autolock _l(mSettingsLock)
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.h 79 #include "utils/Mutex.h"
195 Mutex mControlMutex; // Lock before accessing control parameters
207 Mutex mReadoutMutex; // Lock before accessing readout variables
  /device/samsung/manta/bubblelevel/
BubbleLevelImpl.h 77 Mutex mStateLock;
78 Mutex mCallbackLock;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageFrameGenerator.h 121 Mutex m_decodeMutex;
124 Mutex m_alphaMutex;
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadSpecificWin.cpp 39 static Mutex& destructorsMutex()
41 DEFINE_STATIC_LOCAL(Mutex, staticMutex, ());
dtoa.h 31 class Mutex;
33 extern Mutex* s_dtoaP5Mutex;
  /external/llvm/lib/Support/
Threading.cpp 17 #include "llvm/Support/Mutex.h"
24 static sys::Mutex* global_lock = 0;
30 global_lock = new sys::Mutex(true);
  /external/v8/src/
platform.h 42 // sensitive like mutex locking/unlocking.
95 class Mutex;
230 // Factory method for creating platform dependent Mutex.
231 // Please use delete to reclaim the storage for the returned Mutex.
232 static Mutex* CreateMutex();
513 // Mutex
516 // The implementations of mutex should allow for nested/recursive locking.
518 class Mutex {
520 virtual ~Mutex() {}
522 // Locks the given mutex. If the mutex is currently unlocked, it become
    [all...]
  /external/valgrind/main/drd/tests/
tc10_rec_lock.stderr.exp 9 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
13 mutex 0x........ was first observed at:
  /frameworks/av/camera/
ProCamera.cpp 22 #include <utils/Mutex.h>
72 Mutex::Autolock _l(mLock);
98 Mutex::Autolock _l(mLock);
106 Mutex::Autolock al(mWaitMutex);
323 Mutex::Autolock al(mWaitMutex);
331 Mutex::Autolock al(mWaitMutex);
393 Mutex::Autolock al(mWaitMutex);
420 Mutex::Autolock al(mWaitMutex);
  /frameworks/av/include/media/
Visualizer.h 154 Mutex mLock;
162 Mutex mCaptureLock;
  /frameworks/av/include/media/stagefright/
CameraSourceTimeLapse.h 75 Mutex mCameraIdleLock;
92 Mutex mQuickStopLock;
  /frameworks/av/media/libstagefright/include/
NuCachedSource2.h 96 Mutex mSerializer;
97 mutable Mutex mLock;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
BurstCapture.cpp 49 Mutex::Autolock l(mInputMutex);
59 Mutex::Autolock l(mInputMutex);
StreamingProcessor.h 20 #include <utils/Mutex.h>
87 mutable Mutex mMutex;
ZslProcessor.h 23 #include <utils/Mutex.h>
88 mutable Mutex mInputMutex;
ZslProcessor3.h 23 #include <utils/Mutex.h>
96 mutable Mutex mInputMutex;
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.cpp 53 Mutex::Autolock _l(mMutex);
69 Mutex::Autolock _l(mMutex);
119 Mutex::Autolock _l(mMutex);
263 Mutex::Autolock _l(mMutex);
309 Mutex::Autolock _l(mMutex);
345 Mutex::Autolock _l(mMutex);
350 Mutex::Autolock _l(mMutex);
355 Mutex::Autolock _l(mMutex);
  /frameworks/base/core/jni/
android_os_UEventObserver.cpp 27 #include <utils/Mutex.h>
34 static Mutex gMatchesMutex;
  /frameworks/native/services/surfaceflinger/
SurfaceFlingerConsumer.cpp 35 Mutex::Autolock lock(mMutex);
97 Mutex::Autolock lock(mMutex);

Completed in 1766 milliseconds

<<11121314151617181920>>