Searched defs:mLock (Results 1 – 12 of 12) sorted by relevance
| /system/libhwbinder/include/hwbinder/ | ||
| D | BufferedTextOutput.h | 61 Mutex mLock; variable |
| D | BpHwBinder.h | 108 mutable Mutex mLock; variable |
| D | ProcessState.h | 101 mutable Mutex mLock; // protects everything below. variable |
| /system/tools/hidl/test/ | ||
| D | FooCallback.h | 33 Mutex mLock; member |
| /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 | 87 std::mutex mLock; variable |
| D | CommandListener.cpp | 97 android::RWLock& mLock; member in android::net::__anon41cca9c80111::LockingFrameworkCommand |
| /system/core/libpixelflinger/codeflinger/ | ||
| D | CodeCache.h | 112 mutable pthread_mutex_t mLock; variable |
| /system/vold/ | ||
| D | VolumeManager.h | 210 std::mutex mLock; variable |
| /system/libhwbinder/ | ||
| D | Binder.cpp | 68 Mutex mLock; member in android::hardware::BHwBinder::Extras |
| /system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ | ||
| D | HidlTestJava.java | 62 final Object mLock = new Object(); field in HidlTestJava.HidlDeathRecipient |