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

  /frameworks/native/include/ui/
GraphicBufferMapper.h 43 status_t unregisterBuffer(buffer_handle_t handle);
  /frameworks/native/libs/ui/
GraphicBufferMapper.cpp 61 status_t GraphicBufferMapper::unregisterBuffer(buffer_handle_t handle)
66 err = mAllocMod->unregisterBuffer(mAllocMod, handle);
68 ALOGW_IF(err, "unregisterBuffer(%p) failed %d (%s)",
GraphicBuffer.cpp 100 mBufferMapper.unregisterBuffer(handle);
  /hardware/qcom/display/msm8960/libgralloc/
gralloc.cpp 83 unregisterBuffer: gralloc_unregister_buffer,
  /hardware/qcom/display/msm8974/libgralloc/
gralloc.cpp 83 unregisterBuffer: gralloc_unregister_buffer,
  /hardware/qcom/display/msm8x26/libgralloc/
gralloc.cpp 83 unregisterBuffer: gralloc_unregister_buffer,
  /hardware/libhardware/include/hardware/
gralloc.h 160 * (*unregisterBuffer)() is called once this handle is no longer needed in
168 * It is an error to call (*unregisterBuffer)() on a buffer that wasn't
171 int (*unregisterBuffer)(struct gralloc_module_t const* module,
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 90 unregisterBuffer: gralloc_unregister_buffer,
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 107 unregisterBuffer: gralloc_unregister_buffer,
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 562 return sFallback->unregisterBuffer(sFallback, handle);
1009 unregisterBuffer: gralloc_unregister_buffer,

Completed in 3725 milliseconds