HomeSort by relevance Sort by last modified time
    Searched defs:mLock (Results 26 - 50 of 270) sorted by null

12 3 4 5 6 7 8 91011

  /frameworks/wilhelm/src/android/
CallbackProtector.h 58 Mutex mLock;
  /device/samsung/manta/libsensors/
IioSensorBase.h 43 pthread_mutex_t mLock;
  /frameworks/av/drm/libdrmframework/include/
DrmManager.h 152 Mutex mLock;
DrmManagerClientImpl.h 424 Mutex mLock;
  /frameworks/av/include/media/stagefright/
FileSource.h 52 Mutex mLock;
  /frameworks/av/include/media/stagefright/foundation/
ALooper.h 67 Mutex mLock;
ALooperRoster.h 50 Mutex mLock;
  /frameworks/av/libvideoeditor/lvpp/
DummyAudioSource.h 55 Mutex mLock;
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
MediaBufferPuller.h 72 mutable Mutex mLock;
  /frameworks/av/media/libmedia/
SoundPoolThread.h 57 Mutex mLock;
  /frameworks/av/media/libstagefright/include/
MPEG2PSExtractor.h 51 mutable Mutex mLock;
OMXNodeInstance.h 95 Mutex mLock;
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.h 63 Mutex mLock;
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.h 85 Mutex mLock;
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.h 37 Mutex mLock;
  /frameworks/av/services/camera/libcameraservice/
CameraClient.h 126 mutable Mutex mLock;
136 // the CameraHardwareInterface callback thread both want to grab mLock.
149 // This function keeps trying to grab mLock, or give up if the message
150 // is found to be disabled. It returns true if mLock is grabbed.
  /frameworks/base/libs/hwui/
PathCache.h 86 mutable Mutex mLock;
TextureCache.h 144 mutable Mutex mLock;
  /frameworks/native/include/binder/
PermissionCache.h 50 mutable Mutex mLock;
  /frameworks/native/include/gui/
SurfaceComposerClient.h 148 mutable Mutex mLock;
  /frameworks/native/include/utils/
Thread.h 92 // always hold mLock when reading or writing
94 mutable Mutex mLock;
97 // note that all accesses of mExitPending and mRunning need to hold mLock
  /frameworks/native/opengl/libagl/
BufferObjectManager.h 68 mutable Mutex mLock;
  /frameworks/native/services/sensorservice/
SensorDevice.h 40 mutable Mutex mLock; // protect mActivationCount[].rates
  /frameworks/native/services/surfaceflinger/
EventThread.h 101 mutable Mutex mLock;
104 // protected by mLock
  /packages/apps/Contacts/tests/src/com/android/contacts/util/
IntegrationTestUtils.java 50 private final Object mLock = new Object();
51 @GuardedBy("mLock") private PowerManager.WakeLock mWakeLock;
111 synchronized (mLock) {
121 synchronized (mLock) {

Completed in 551 milliseconds

12 3 4 5 6 7 8 91011