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

  /frameworks/native/services/surfaceflinger/
MonitoredProducer.cpp 87 void MonitoredProducer::cancelBuffer(int slot, const sp<Fence>& fence) {
88 mProducer->cancelBuffer(slot, fence);
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 187 virtual void cancelBuffer(int buf, const sp<Fence>& fence) {
369 cancelBuffer(buf, fence);
BufferQueueProducer.cpp 693 void BufferQueueProducer::cancelBuffer(int slot, const sp<Fence>& fence) {
695 BQ_LOGV("cancelBuffer: slot %d", slot);
699 BQ_LOGE("cancelBuffer: BufferQueue has been abandoned");
704 BQ_LOGE("cancelBuffer: slot index %d out of range [0, %d)",
708 BQ_LOGE("cancelBuffer: slot %d is not owned by the producer "
712 BQ_LOGE("cancelBuffer: fence is NULL");
    [all...]
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);
  /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(
  /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...]
  /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...]

Completed in 248 milliseconds