Home
last modified time | relevance | path

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

/system/chre/core/
Dsensor.cc112 LockGuard<Mutex> mLock(mSamplingStatusMutex); in getSamplingStatus() local
119 LockGuard<Mutex> mLock(mSamplingStatusMutex); in setSamplingStatus() local
/system/hardware/interfaces/suspend/1.0/default/
DWakeupList.h48 mutable std::mutex mLock; variable
/system/core/libstats/bootstrap/
DBootstrapClientInternal.h35 mutable std::mutex mLock; variable
/system/libhwbinder/
DBufferedTextOutput.h59 Mutex mLock; variable
DBinder.cpp74 Mutex mLock; member in android::hardware::BHwBinder::Extras
/system/tools/hidl/test/hidl_test/
DFooCallback.h33 Mutex mLock; member
/system/core/libutils/include/utils/
DThread.h100 mutable Mutex mLock; variable
DLooper.h457 Mutex mLock; variable
/system/netd/server/
DIptablesRestoreController.h87 std::mutex mLock; variable
DTcpSocketMonitor.h93 std::mutex mLock; variable
/system/core/libutils/
DMutex_test.cpp21 static android::Mutex mLock; variable
DLooper_test.cpp799 std::mutex mLock; member in android::ThreadedLooperUtil
/system/libhwbinder/include/hwbinder/
DBpHwBinder.h116 mutable Mutex mLock; variable
DProcessState.h116 mutable Mutex mLock; // protects everything below. variable
/system/chre/platform/shared/include/chre/platform/shared/
Dlog_buffer.h358 Mutex mLock; variable
/system/vold/
DVolumeManager.h216 std::mutex mLock; variable
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java94 final Object mLock = new Object(); field in HidlTestJava.HidlDeathRecipient