Searched defs:mLock (Results 1 – 12 of 12) sorted by relevance
| /system/tools/hidl/test/ | ||
| D | FooCallback.h | 33 Mutex mLock; member |
| /system/libhwbinder/include/hwbinder/ | ||
| D | BufferedTextOutput.h | 61 Mutex mLock; variable |
| D | BpHwBinder.h | 108 mutable Mutex mLock; variable |
| D | ProcessState.h | 98 mutable Mutex mLock; // protects everything below. variable |
| /system/core/libutils/include/utils/ | ||
| D | Thread.h | 97 mutable Mutex mLock; variable |
| D | Looper.h | 451 Mutex mLock; variable |
| /system/netd/server/ | ||
| D | IptablesRestoreController.h | 79 std::mutex mLock; variable |
| D | CommandListener.cpp | 91 android::RWLock& mLock; member in android::net::__anon58989c480111::LockingFrameworkCommand |
| /system/core/libpixelflinger/codeflinger/ | ||
| D | CodeCache.h | 112 mutable pthread_mutex_t mLock; variable |
| /system/vold/ | ||
| D | VolumeManager.h | 207 std::mutex mLock; variable |
| /system/libhwbinder/ | ||
| D | Binder.cpp | 64 Mutex mLock; member in android::hardware::BHwBinder::Extras |
| /system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ | ||
| D | HidlTestJava.java | 61 final Object mLock = new Object(); field in HidlTestJava.HidlDeathRecipient |