Home
last modified time | relevance | path

Searched defs:mSemaphores (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/libs/renderengine/skia/
H A DSkiaVkRenderEngine.h60 std::vector<VkSemaphore> mSemaphores; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DResourceManager.h345 ResourceMap<Semaphore, SemaphoreID> mSemaphores; variable
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java3625 private final SparseArray<Semaphore> mSemaphores; field in CarPowerManagementServiceUnitTest.PowerSignalListener