HomeSort by relevance Sort by last modified time
    Searched defs:dequeueBuffer (Results 1 - 5 of 5) sorted by null

  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 153 ANativeWindow::dequeueBuffer = dequeueBuffer;
224 int result = dequeueBuffer(window, buffer, &fenceFd);
235 int FramebufferNativeWindow::dequeueBuffer(ANativeWindow* window,
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 84 virtual status_t dequeueBuffer(int *buf, sp<Fence>* fence,
218 int result = dequeueBuffer(&buf, &fence, w, h, format, usage);
BufferQueue.cpp 258 status_t BufferQueue::dequeueBuffer(int *outBuf, sp<Fence>* outFence,
261 ST_LOGV("dequeueBuffer: w=%d h=%d fmt=%#x usage=%#x", w, h, format, usage);
264 ST_LOGE("dequeueBuffer: invalid size: w=%u, h=%u", w, h);
286 ST_LOGE("dequeueBuffer: BufferQueue has been abandoned!");
327 ST_LOGE("dequeueBuffer: can't dequeue multiple buffers without "
341 ST_LOGE("dequeueBuffer: min undequeued buffer count (%d) "
360 ST_LOGE("dequeueBuffer: no available buffer slots");
408 ST_LOGE("dequeueBuffer: SurfaceComposer::createGraphicBuffer "
417 ST_LOGE("dequeueBuffer: BufferQueue has been abandoned!");
431 ST_LOGE("dequeueBuffer: error waiting for fence: %#x", eglGetError())
    [all...]
Surface.cpp 45 ANativeWindow::dequeueBuffer = hook_dequeueBuffer;
94 return c->dequeueBuffer(buffer, fenceFd);
114 int result = c->dequeueBuffer(&buf, &fenceFd);
176 int Surface::dequeueBuffer(android_native_buffer_t** buffer,
179 ALOGV("Surface::dequeueBuffer");
185 status_t result = mGraphicBufferProducer->dequeueBuffer(&buf, &fence,
188 ALOGV("dequeueBuffer: IGraphicBufferProducer::dequeueBuffer(%d, %d, %d, %d)"
201 ALOGE("dequeueBuffer: IGraphicBufferProducer::requestBuffer failed: %d",
210 ALOGE("dequeueBuffer: error duping fence: %d", errno)
    [all...]
  /system/core/include/system/
window.h 386 * The window holds a reference to the buffer between dequeueBuffer and
395 * time for binary compatibility, but the new dequeueBuffer function that
404 * dequeueBuffer first.
419 * The window holds a reference to the buffer between dequeueBuffer and
486 * The window holds a reference to the buffer between dequeueBuffer and
504 * The window holds a reference to the buffer between dequeueBuffer and
519 int (*dequeueBuffer)(struct ANativeWindow* window,
526 * The window holds a reference to the buffer between dequeueBuffer and
550 * The window holds a reference to the buffer between dequeueBuffer and
561 * from dequeueBuffer, that same fence should be passed to cancelBuffer t
    [all...]

Completed in 203 milliseconds