/frameworks/native/libs/gui/tests/ |
BufferQueue_test.cpp | 79 mBQ->dequeueBuffer(&slot, &fence, false, 1, 1, 0, 87 mBQ->dequeueBuffer(&slot, &fence, false, 1, 1, 0,
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
VirtualDisplaySurface.h | 99 virtual status_t dequeueBuffer(int* pslot, sp<Fence>* fence, bool async, 113 status_t dequeueBuffer(Source source, uint32_t format, uint32_t usage, 151 // dequeueBuffer. Each bit in mLastSlotSource corresponds to a producer 196 // | PREPARED | dequeueBuffer [1] || GLES |
|
VirtualDisplaySurface.cpp | 149 // dequeueBuffer(). 180 // in a GLES configuration, if the sink disappears then dequeueBuffer 264 status_t VirtualDisplaySurface::dequeueBuffer(Source source, 269 status_t result = mSource[source]->dequeueBuffer(sslot, fence, async, 274 VDS_LOGV("dequeueBuffer(%s): sslot=%d pslot=%d result=%d", 294 VDS_LOGV("dequeueBuffer(%s): buffers[%d]=%p fmt=%d usage=%#x", 303 status_t VirtualDisplaySurface::dequeueBuffer(int* pslot, sp<Fence>* fence, bool async, 306 "Unexpected dequeueBuffer() in %s state", dbgStateStr()); 309 VDS_LOGW_IF(!async, "EGL called dequeueBuffer with !async despite eglSwapInterval(0)"); 310 VDS_LOGV("dequeueBuffer %dx%d fmt=%d usage=%#x", w, h, format, usage) [all...] |
/frameworks/native/include/ui/ |
FramebufferNativeWindow.h | 69 static int dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer, int* fenceFd);
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayWriteback.h | 104 bool dequeueBuffer();
|
overlayWriteback.cpp | 159 bool Writeback::dequeueBuffer() { 163 ALOGE("%s: dequeuebuffer failed", __func__); 176 if(!dequeueBuffer()) {
|
/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/include/gui/ |
BufferQueue.h | 119 // by dequeueBuffer. It must be called again if dequeueBuffer returns 123 // dequeueBuffer gets the next buffer slot index for the producer to use. 160 virtual status_t dequeueBuffer(int *buf, sp<Fence>* fence, bool async, 185 // will usually be the one obtained from dequeueBuffer. 269 // dequeueBuffer when a width and height of zero is requested. Default 283 // flag) and has dequeueBuffer() return WOULD_BLOCK instead. 298 // in dequeueBuffer. Formats are enumerated in graphics.h; the 302 // setConsumerUsageBits will turn on additional usage bits for dequeueBuffer. 303 // These are merged with the bits passed to dequeueBuffer. The values ar [all...] |
IGraphicBufferProducer.h | 46 * dequeueBuffer() to get an empty buffer, fills it with data, then 73 // dequeueBuffer requests a new buffer slot for the client to use. Ownership 80 // If dequeueBuffer return BUFFER_NEEDS_REALLOCATION, the client is 90 virtual status_t dequeueBuffer(int *slot, sp<Fence>* fence, bool async,
|
Surface.h | 126 virtual int dequeueBuffer(ANativeWindowBuffer** buffer, int* fenceFd);
|
/frameworks/native/libs/gui/ |
Surface.cpp | 46 ANativeWindow::dequeueBuffer = hook_dequeueBuffer; 97 return c->dequeueBuffer(buffer, fenceFd); 117 int result = c->dequeueBuffer(&buf, &fenceFd); 178 int Surface::dequeueBuffer(android_native_buffer_t** buffer, int* fenceFd) { 180 ALOGV("Surface::dequeueBuffer"); 186 status_t result = mGraphicBufferProducer->dequeueBuffer(&buf, &fence, mSwapIntervalZero, 189 ALOGV("dequeueBuffer: IGraphicBufferProducer::dequeueBuffer(%d, %d, %d, %d)" 197 ALOGE_IF(fence == NULL, "Surface::dequeueBuffer: received null Fence! buf=%d", buf); 206 ALOGE("dequeueBuffer: IGraphicBufferProducer::requestBuffer failed: %d", result) [all...] |
IGraphicBufferProducer.cpp | 82 virtual status_t dequeueBuffer(int *buf, sp<Fence>* fence, bool async, 206 int result = dequeueBuffer(&buf, &fence, async, w, h, format, usage);
|
BufferQueue.cpp | 253 status_t BufferQueue::dequeueBuffer(int *outBuf, sp<Fence>* outFence, bool async, 256 ST_LOGV("dequeueBuffer: w=%d h=%d fmt=%#x usage=%#x", w, h, format, usage); 259 ST_LOGE("dequeueBuffer: invalid size: w=%u, h=%u", w, h); 280 ST_LOGE("dequeueBuffer: BufferQueue has been abandoned!"); 290 ST_LOGE("dequeueBuffer: async mode is invalid with buffercount override"); 335 ST_LOGE("dequeueBuffer: can't dequeue multiple buffers without " 349 ST_LOGE("dequeueBuffer: min undequeued buffer count (%d) " 368 ST_LOGE("dequeueBuffer: would block! returning an error instead."); 378 ST_LOGE("dequeueBuffer: no available buffer slots"); 415 ST_LOGE("dequeueBuffer: about to return a NULL fence from mSlot. [all...] |
/system/core/include/system/ |
window.h | 395 * The window holds a reference to the buffer between dequeueBuffer and 404 * time for binary compatibility, but the new dequeueBuffer function that 413 * dequeueBuffer first. 428 * The window holds a reference to the buffer between dequeueBuffer and 495 * The window holds a reference to the buffer between dequeueBuffer and 513 * The window holds a reference to the buffer between dequeueBuffer and 528 int (*dequeueBuffer)(struct ANativeWindow* window, 535 * The window holds a reference to the buffer between dequeueBuffer and 559 * The window holds a reference to the buffer between dequeueBuffer and 570 * from dequeueBuffer, that same fence should be passed to cancelBuffer t [all...] |
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3OutputStream.cpp | 109 res = currentConsumer->dequeueBuffer(currentConsumer.get(), &anb, &fenceFd);
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
platform_android.c | 82 if (dri2_surf->window->dequeueBuffer(dri2_surf->window, &dri2_surf->buffer))
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_android.c | 82 if (dri2_surf->window->dequeueBuffer(dri2_surf->window, &dri2_surf->buffer))
|
/hardware/libhardware/tests/hwc/ |
cnativewindow.c | 539 win->base.dequeueBuffer = cnw_dequeue_buffer1;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/ |
native_android.cpp | 326 if (asurf->win->dequeueBuffer(asurf->win, &asurf->buf) != NO_ERROR) {
|
/external/mesa3d/src/gallium/state_trackers/egl/android/ |
native_android.cpp | 326 if (asurf->win->dequeueBuffer(asurf->win, &asurf->buf) != NO_ERROR) {
|
/frameworks/native/opengl/libagl/ |
egl.cpp | 378 if (nativeWindow->dequeueBuffer(nativeWindow, &buffer, 533 if (nativeWindow->dequeueBuffer(nativeWindow, &buffer, &fenceFd) == NO_ERROR) { [all...] |