Home
last modified time | relevance | path

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

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