Home
last modified time | relevance | path

Searched refs:mClientMutex (Results 1 – 5 of 5) sorted by relevance

/hardware/google/graphics/common/hwc3/
DComposer.h41 bool waitForClientDestroyedLocked(std::unique_lock<std::mutex>& lock) REQUIRES(mClientMutex);
45 std::mutex mClientMutex; variable
46 bool mClientAlive GUARDED_BY(mClientMutex) = false;
DComposer.cpp42 std::unique_lock<std::mutex> lock(mClientMutex); in createClient()
43 ::android::base::ScopedLockAssertion lock_assertion(mClientMutex); in createClient()
89 ::android::base::ScopedLockAssertion lock_assertion(mClientMutex); in waitForClientDestroyedLocked()
101 std::lock_guard<std::mutex> lock(mClientMutex); in onClientDestroyed()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposer.h90 std::unique_lock<std::mutex> lock(mClientMutex); in createClient()
130 std::lock_guard<std::mutex> lock(mClientMutex); in onClientDestroyed()
149 std::mutex mClientMutex; variable
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
DComposer.h49 std::unique_lock<std::mutex> lock(mClientMutex); in createClient_2_4()
74 using BaseType2_1::mClientMutex;
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposer.h49 std::unique_lock<std::mutex> lock(mClientMutex); in createClient_2_3()
74 using BaseType2_1::mClientMutex;