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.h117 bool HandleQueueEvents() { return WaitForBuffers(0); } in HandleQueueEvents()
166 bool WaitForBuffers(int timeout);
/frameworks/native/libs/vr/libbufferhubqueue/
Dbuffer_hub_queue_client.cpp146 bool BufferHubQueue::WaitForBuffers(int timeout) { in WaitForBuffers() function in android::dvr::BufferHubQueue
369 if (!WaitForBuffers(timeout)) in Dequeue()