Searched defs:WaitForBuffers (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_client.cpp121 bool BufferHubQueue::WaitForBuffers(int timeout) { function in class:android::dvr::BufferHubQueue
128 "BufferHubQueue::WaitForBuffers: queue_id=%d count=%zu capacity=%zu",
137 "BufferHubQueue::WaitForBuffers: No events before timeout: "
144 ALOGE("BufferHubQueue::WaitForBuffers: Failed to wait for buffers: %s",
158 "BufferHubQueue::WaitForBuffers: event %d: index=%" PRId64, i,
166 ALOGW("BufferHubQueue::WaitForBuffers: Unknown event index: %" PRId64,
330 if (!WaitForBuffers(timeout))

Completed in 895 milliseconds