HomeSort by relevance Sort by last modified time
    Searched refs:WaitForBuffers (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
buffer_hub_queue_client.h 91 // EPOLLIN/POLLIN/readible. Either HandleQueueEvents or WaitForBuffers may be
98 bool HandleQueueEvents() { return WaitForBuffers(0); }
147 bool WaitForBuffers(int timeout);
404 // is NOT available to use until the producer side |Post| it. |WaitForBuffers|
  /frameworks/native/libs/vr/libbufferhubqueue/
buffer_hub_queue_client.cpp 140 bool BufferHubQueue::WaitForBuffers(int timeout) {
141 ATRACE_NAME("BufferHubQueue::WaitForBuffers");
148 "BufferHubQueue::WaitForBuffers: queue_id=%d count=%zu capacity=%zu",
157 "BufferHubQueue::WaitForBuffers: No events before timeout: "
164 ALOGE("BufferHubQueue::WaitForBuffers: Failed to wait for buffers: %s",
185 "BufferHubQueue::WaitForBuffers: event %d: event_fd=%d index=%d",
195 "BufferHubQueue::WaitForBuffers: Unknown event type event_fd=%d "
359 if (!WaitForBuffers(timeout))

Completed in 75 milliseconds