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

  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 224 ASSERT_EQ(OK, mANW->cancelBuffer(mANW.get(), buf, -1));
234 ASSERT_EQ(OK, mANW->cancelBuffer(mANW.get(), buf, -1));
244 ASSERT_EQ(OK, mANW->cancelBuffer(mANW.get(), buf, -1));
254 ASSERT_EQ(OK, mANW->cancelBuffer(mANW.get(), buf, -1));
264 ASSERT_EQ(OK, mANW->cancelBuffer(mANW.get(), buf, -1));
270 ASSERT_EQ(OK, mANW->cancelBuffer(mANW.get(), buf, -1));
280 ASSERT_EQ(OK, mANW->cancelBuffer(mANW.get(), buf, -1));
286 ASSERT_EQ(OK, mANW->cancelBuffer(mANW.get(), buf, -1));
297 ASSERT_EQ(OK, mANW->cancelBuffer(mANW.get(), buf, -1));
306 ASSERT_EQ(OK, mANW->cancelBuffer(mANW.get(), buf[0], -1))
    [all...]
Surface_test.cpp 119 ASSERT_EQ(NO_ERROR, anw->cancelBuffer(anw.get(), buf, -1));
IGraphicBufferProducer_test.cpp 475 mProducer->cancelBuffer(dequeuedSlot, dequeuedFence);
510 mProducer->cancelBuffer(result.slot, result.fence);
  /frameworks/native/services/surfaceflinger/
MonitoredProducer.cpp 87 void MonitoredProducer::cancelBuffer(int slot, const sp<Fence>& fence) {
88 mProducer->cancelBuffer(slot, fence);
MonitoredProducer.h 48 virtual void cancelBuffer(int slot, const sp<Fence>& fence);
  /frameworks/native/include/gui/
BufferQueueProducer.h 127 // cancelBuffer returns a dequeued buffer to the BufferQueue, but doesn't
132 virtual void cancelBuffer(int slot, const sp<Fence>& fence);
IGraphicBufferProducer.h 113 // buffer ownership back to the server with either cancelBuffer on
351 // cancelBuffer indicates that the client does not wish to fill in the
359 virtual void cancelBuffer(int slot, const sp<Fence>& fence) = 0;
Surface.h 152 virtual int cancelBuffer(ANativeWindowBuffer* buffer, int fenceFd);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 250 mSource[SOURCE_SINK]->cancelBuffer(sslot, outFence);
319 mSource[source]->cancelBuffer(*sslot, *fence);
471 void VirtualDisplaySurface::cancelBuffer(int pslot, const sp<Fence>& fence) {
473 return mSource[SOURCE_SINK]->cancelBuffer(mapProducer2SourceSlot(SOURCE_SINK, pslot), fence);
476 "Unexpected cancelBuffer(pslot=%d) in %s state", pslot,
478 VDS_LOGV("cancelBuffer pslot=%d", pslot);
480 return mSource[source]->cancelBuffer(
542 mSource[SOURCE_SINK]->cancelBuffer(
VirtualDisplaySurface.h 110 virtual void cancelBuffer(int pslot, const sp<Fence>& fence);
  /frameworks/native/libs/gui/
Surface.cpp 49 ANativeWindow::cancelBuffer = hook_cancelBuffer;
117 return c->cancelBuffer(buffer, fenceFd);
137 c->cancelBuffer(buf, -1);
147 return c->cancelBuffer(buffer, -1);
240 mGraphicBufferProducer->cancelBuffer(buf, fence);
261 int Surface::cancelBuffer(android_native_buffer_t* buffer,
264 ALOGV("Surface::cancelBuffer");
271 mGraphicBufferProducer->cancelBuffer(i, fence);
IGraphicBufferProducer.cpp 187 virtual void cancelBuffer(int buf, const sp<Fence>& fence) {
369 cancelBuffer(buf, fence);
BufferQueueProducer.cpp 660 void BufferQueueProducer::cancelBuffer(int slot, const sp<Fence>& fence) {
662 BQ_LOGV("cancelBuffer: slot %d", slot);
666 BQ_LOGE("cancelBuffer: BufferQueue has been abandoned");
671 BQ_LOGE("cancelBuffer: slot index %d out of range [0, %d)",
675 BQ_LOGE("cancelBuffer: slot %d is not owned by the producer "
679 BQ_LOGE("cancelBuffer: fence is NULL");
    [all...]
  /external/chromium_org/third_party/hwcplus/include/system/
window.h 395 * either queueBuffer or cancelBuffer, so clients only need their own
428 * either queueBuffer or cancelBuffer, so clients only need their own
495 * either queueBuffer or cancelBuffer, so clients only need their own
501 * time for binary compatibility, but the new cancelBuffer function that
513 * either queueBuffer or cancelBuffer, so clients only need their own
535 * either queueBuffer or cancelBuffer, so clients only need their own
559 * either queueBuffer or cancelBuffer, so clients only need their own
569 * from dequeueBuffer, that same fence should be passed to cancelBuffer to
572 * to cancelBuffer, and the ANativeWindow implementation is responsible for
577 int (*cancelBuffer)(struct ANativeWindow* window
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
surfacetexture_test.cpp 167 anw->cancelBuffer (anw.get(), anb[i]);
  /system/core/include/system/
window.h 423 * either queueBuffer or cancelBuffer, so clients only need their own
456 * either queueBuffer or cancelBuffer, so clients only need their own
523 * either queueBuffer or cancelBuffer, so clients only need their own
529 * time for binary compatibility, but the new cancelBuffer function that
541 * either queueBuffer or cancelBuffer, so clients only need their own
563 * either queueBuffer or cancelBuffer, so clients only need their own
587 * either queueBuffer or cancelBuffer, so clients only need their own
597 * from dequeueBuffer, that same fence should be passed to cancelBuffer to
600 * to cancelBuffer, and the ANativeWindow implementation is responsible for
605 int (*cancelBuffer)(struct ANativeWindow* window
    [all...]
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 454 res = mConsumerInterface->cancelBuffer(mConsumerInterface.get(),
542 return a->cancelBuffer(a,
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.cpp 199 res = currentConsumer->cancelBuffer(currentConsumer.get(),
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 615 return a->cancelBuffer(a,
  /hardware/libhardware/tests/hwc/
cnativewindow.c 541 win->base.cancelBuffer = cnw_cancel_buffer1;
  /frameworks/native/opengl/libagl/
egl.cpp 386 nativeWindow->cancelBuffer(nativeWindow, buffer, fenceFd);
424 nativeWindow->cancelBuffer(nativeWindow, buffer, -1);
536 nativeWindow->cancelBuffer(nativeWindow, buffer, fenceFd);
    [all...]
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp     [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 691 old->cancelBuffer(old, drv->wndBuffer, -1);
    [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp     [all...]
ACodec.cpp 909 ALOGV("[%s] Calling cancelBuffer on buffer %u",
912 int err = mNativeWindow->cancelBuffer(
    [all...]

Completed in 908 milliseconds