Home
last modified time | relevance | path

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

/system/tools/hidl/test/
DFooCallback.h33 Mutex mLock; member
/system/libhwbinder/include/hwbinder/
DBufferedTextOutput.h61 Mutex mLock; variable
DBpHwBinder.h108 mutable Mutex mLock; variable
DProcessState.h98 mutable Mutex mLock; // protects everything below. variable
/system/core/libutils/include/utils/
DThread.h97 mutable Mutex mLock; variable
DLooper.h451 Mutex mLock; variable
/system/netd/server/
DIptablesRestoreController.h79 std::mutex mLock; variable
DCommandListener.cpp91 android::RWLock& mLock; member in android::net::__anon58989c480111::LockingFrameworkCommand
/system/core/libpixelflinger/codeflinger/
DCodeCache.h112 mutable pthread_mutex_t mLock; variable
/system/vold/
DVolumeManager.h207 std::mutex mLock; variable
/system/libhwbinder/
DBinder.cpp64 Mutex mLock; member in android::hardware::BHwBinder::Extras
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java61 final Object mLock = new Object(); field in HidlTestJava.HidlDeathRecipient