Home
last modified time | relevance | path

Searched defs:mLock (Results 1 – 25 of 817) sorted by relevance

12345678910>>...33

/frameworks/native/services/inputflinger/tests/
DFakeInputReaderPolicy.h94 std::mutex mLock; variable
100 bool mInputDevicesChanged GUARDED_BY(mLock){false}; in GUARDED_BY() argument
103 std::optional<int32_t /*deviceId*/> mStylusGestureNotified GUARDED_BY(mLock){}; in GUARDED_BY() argument
DTestInputListener.h100 std::mutex mLock; variable
/frameworks/av/services/mediametrics/include/mediametricsservice/
DWrap.h45 mutable std::mutex mLock; variable
157 std::lock_guard<std::recursive_mutex> mLock; variable
183 mutable std::recursive_mutex mLock; variable
DAudioAnalytics.h238 mutable std::mutex mLock; variable
311 mutable std::mutex mLock; variable
333 SimpleLog mSimpleLog GUARDED_BY(mLock) {64}; in GUARDED_BY() argument
360 mutable std::mutex mLock; variable
363 SimpleLog mSimpleLog GUARDED_BY(mLock) {64}; in GUARDED_BY() argument
DAudioPowerUsage.h107 mutable std::mutex mLock; variable
120 std::string mMode GUARDED_BY(mLock) {"AUDIO_MODE_NORMAL"}; in GUARDED_BY() argument
/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.h118 Mutex mLock; // protect CameraFlashlight API variable
138 Mutex mLock; variable
/frameworks/native/services/inputflinger/reader/include/
DInputReader.h165 mutable std::mutex mLock; variable
199 bool mPreventingTouchpadTaps GUARDED_BY(mLock){false}; in GUARDED_BY() argument
/frameworks/av/services/camera/libcameraservice/utils/
DCameraServiceProxyWrapper.h43 Mutex mLock; // lock for per camera session stats variable
75 Mutex mLock; variable
/frameworks/av/services/audiopolicy/service/
DSpatializer.h349 mutable std::mutex mLock; variable
417 media::VectorRecorder mPoseRecorder GUARDED_BY(mLock) { in GUARDED_BY() argument
420 media::VectorRecorder mPoseDurableRecorder GUARDED_BY(mLock) { in GUARDED_BY() argument
/frameworks/av/services/mediaresourcemanager/
DServiceLog.h40 mutable Mutex mLock; variable
/frameworks/base/media/jni/soundpool/
DSoundDecoder.h43 std::mutex mLock; variable
/frameworks/native/services/surfaceflinger/Scheduler/
DSmallAreaDetectionAllowMappings.h36 mutable std::mutex mLock; variable
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.h67 Mutex mLock; variable
187 mutable Mutex mLock; variable
234 mutable Mutex mLock; // a recursive mutex might make this unnecessary. variable
323 mutable Mutex mLock; member
467 mutable Mutex mLock; variable
507 mutable Mutex mLock; variable
/frameworks/native/services/sensorservice/
DSensorDeviceUtils.h75 std::mutex mLock; variable
/frameworks/av/media/libaudiohal/impl/
DDevicesFactoryHalHidl.h61 std::mutex mLock; variable
/frameworks/native/services/surfaceflinger/
DClient.h62 mutable Mutex mLock; variable
/frameworks/av/media/module/bufferpool/2.0/
DObserver.h56 std::mutex mLock; member
/frameworks/av/media/module/foundation/include/media/stagefright/foundation/
DAAtomizer.h37 Mutex mLock; member
/frameworks/base/core/tests/utiltests/src/android/util/
DRemoteMemoryIntArrayService.java29 private final Object mLock = new Object(); field in RemoteMemoryIntArrayService
/frameworks/native/libs/gui/include/private/gui/
DComposerService.h45 Mutex mLock; variable
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraManager.h83 Mutex mLock; variable
221 mutable std::mutex mLock; member
273 android::Mutex mLock; member
/frameworks/base/core/jni/
Dandroid_os_HwRemoteBinder.h37 Mutex mLock; variable
/frameworks/native/services/inputflinger/
DSyncQueue.h62 std::mutex mLock; variable
/frameworks/av/media/module/libmediatranscoding/include/media/
DTranscodingClientManager.h104 mutable std::mutex mLock; variable
/frameworks/native/services/gpuservice/gpustats/include/gpustats/
DGpuStats.h84 std::mutex mLock; variable

12345678910>>...33