Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
DComposer.h50 if (!waitForClientDestroyedLocked(lock)) { in createClient_2_4()
77 using BaseType2_1::waitForClientDestroyedLocked;
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposer.h50 if (!waitForClientDestroyedLocked(lock)) { in createClient_2_3()
77 using BaseType2_1::waitForClientDestroyedLocked;
/hardware/google/graphics/common/hwc3/
DComposer.cpp44 if (!waitForClientDestroyedLocked(lock)) { in createClient()
77 bool Composer::waitForClientDestroyedLocked(std::unique_lock<std::mutex>& lock) { in waitForClientDestroyedLocked() function in aidl::android::hardware::graphics::composer3::impl::Composer
DComposer.h41 bool waitForClientDestroyedLocked(std::unique_lock<std::mutex>& lock) REQUIRES(mClientMutex);
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposer.h91 if (!waitForClientDestroyedLocked(lock)) { in createClient()
108 bool waitForClientDestroyedLocked(std::unique_lock<std::mutex>& lock) { in waitForClientDestroyedLocked() function