Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DBufferedTextOutput.h61 Mutex mLock; variable
DBpHwBinder.h112 mutable Mutex mLock; variable
DProcessState.h122 mutable Mutex mLock; // protects everything below. variable
/system/tools/hidl/test/hidl_test/
DFooCallback.h33 Mutex mLock; member
/system/core/libutils/include/utils/
DThread.h100 mutable Mutex mLock; variable
DLooper.h453 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
/system/vold/
DVolumeManager.h211 std::mutex mLock; variable
/system/netd/libnetdutils/include/netdutils/
DLog.h204 mutable std::shared_mutex mLock; variable
/system/libhwbinder/
DBinder.cpp68 Mutex mLock; member in android::hardware::BHwBinder::Extras
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java93 final Object mLock = new Object(); field in HidlTestJava.HidlDeathRecipient