Home
last modified time | relevance | path

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

/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/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposer.h83 bool destroyed = waitForClientDestroyedLocked(lock); in createClient()
101 bool waitForClientDestroyedLocked(std::unique_lock<std::mutex>& lock) { in waitForClientDestroyedLocked() function