Home
last modified time | relevance | path

Searched defs:mAccessLock (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/interfaces/automotive/evs/1.0/default/
H A DEvsDisplay.h53 std::mutex mAccessLock; variable
H A DEvsCamera.h102 std::mutex mAccessLock; variable
/aosp12/hardware/interfaces/automotive/evs/1.1/default/
H A DEvsDisplay.h67 std::mutex mAccessLock; variable
H A DEvsUltrasonicsArray.h119 std::mutex mAccessLock; variable
H A DEvsCamera.h150 std::mutex mAccessLock; variable
/aosp12/packages/services/Car/cpp/evs/sampleDriver/
H A DEvsGlDisplay.h70 std::mutex mAccessLock; variable
H A DEvsV4lCamera.h153 std::mutex mAccessLock; variable
/aosp12/hardware/interfaces/automotive/sv/1.0/default/
H A DSurroundView2dSession.h87 std::mutex mAccessLock; variable
H A DSurroundView3dSession.h86 std::mutex mAccessLock; variable
/aosp12/packages/services/Car/cpp/evs/manager/1.1/emul/
H A DEvsEmulatedCamera.h149 std::mutex mAccessLock; variable
/aosp12/frameworks/base/core/java/android/content/res/
H A DResourcesImpl.java110 private final Object mAccessLock = new Object(); field in ResourcesImpl