Home
last modified time | relevance | path

Searched refs:hung_up (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_surface.cpp257 if (consumer_queue->hung_up()) { in OnQueueEvent()
331 if (consumer_queue->hung_up()) { in OnQueueEvent()
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
H A Dbuffer_hub_queue_client.h131 bool hung_up() const { return hung_up_; } in hung_up() function
/aosp12/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_client.cpp205 } while (count() == 0 && capacity() > 0 && !hung_up()); in WaitForBuffers()