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

  /frameworks/native/libs/gui/
ISurfaceTexture.cpp 116 virtual void cancelBuffer(int buf) {
229 cancelBuffer(buf);
BufferQueue.cpp 653 void BufferQueue::cancelBuffer(int buf) {
655 ST_LOGV("cancelBuffer: slot=%d", buf);
659 ST_LOGW("cancelBuffer: BufferQueue has been abandoned!");
664 ST_LOGE("cancelBuffer: slot index out of range [0, %d]: %d",
668 ST_LOGE("cancelBuffer: slot %d is not owned by the client (state=%d)",
    [all...]
SurfaceTextureClient.cpp 64 ANativeWindow::cancelBuffer = hook_cancelBuffer;
114 return c->cancelBuffer(buffer);
192 int SurfaceTextureClient::cancelBuffer(android_native_buffer_t* buffer) {
194 ALOGV("SurfaceTextureClient::cancelBuffer");
200 mSurfaceTexture->cancelBuffer(i);
  /system/core/include/system/
window.h 376 * either queueBuffer or cancelBuffer, so clients only need their own
400 * either queueBuffer or cancelBuffer, so clients only need their own
462 * either queueBuffer or cancelBuffer, so clients only need their own
467 int (*cancelBuffer)(struct ANativeWindow* window,

Completed in 55 milliseconds