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

  /frameworks/base/libs/gui/
ISurfaceTexture.cpp 121 virtual void cancelBuffer(int buf) {
276 cancelBuffer(buf);
SurfaceTextureClient.cpp 49 ANativeWindow::cancelBuffer = hook_cancelBuffer;
93 return c->cancelBuffer(buffer);
167 int SurfaceTextureClient::cancelBuffer(android_native_buffer_t* buffer) {
168 LOGV("SurfaceTextureClient::cancelBuffer");
174 mSurfaceTexture->cancelBuffer(i);
SurfaceTexture.cpp 614 void SurfaceTexture::cancelBuffer(int buf) {
615 ST_LOGV("cancelBuffer: slot=%d", buf);
619 ST_LOGW("cancelBuffer: SurfaceTexture has been abandoned!");
624 ST_LOGE("cancelBuffer: slot index out of range [0, %d]: %d",
628 ST_LOGE("cancelBuffer: slot %d is not owned by the client (state=%d)",
    [all...]
  /frameworks/base/media/libstagefright/
SurfaceMediaSource.cpp 558 void SurfaceMediaSource::cancelBuffer(int bufIndex) {
559 LOGV("SurfaceMediaSource::cancelBuffer");
562 LOGE("cancelBuffer: slot index out of range [0, %d]: %d",
566 LOGE("cancelBuffer: slot %d is not owned by the client (state=%d)",
  /system/core/include/system/
window.h 348 * either queueBuffer or cancelBuffer, so clients only need their own
372 * either queueBuffer or cancelBuffer, so clients only need their own
432 * either queueBuffer or cancelBuffer, so clients only need their own
437 int (*cancelBuffer)(struct ANativeWindow* window,

Completed in 192 milliseconds