Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
Dbuffer_hub_queue_client.h116 bool HandleQueueEvents() { return WaitForBuffers(0); } in HandleQueueEvents()
165 bool WaitForBuffers(int timeout);
/frameworks/native/libs/vr/libbufferhubqueue/
Dbuffer_hub_queue_client.cpp148 bool BufferHubQueue::WaitForBuffers(int timeout) { in WaitForBuffers() function in android::dvr::BufferHubQueue
367 if (!WaitForBuffers(timeout)) in Dequeue()