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

  /frameworks/native/libs/ui/
GraphicBufferMapper.cpp 63 status_t GraphicBufferMapper::unregisterBuffer(buffer_handle_t handle)
68 err = mAllocMod->unregisterBuffer(mAllocMod, handle);
70 ALOGW_IF(err, "unregisterBuffer(%p) failed %d (%s)",
  /external/chromium_org/third_party/hwcplus/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/include/hardware/
gralloc.h 167 * (*unregisterBuffer)() is called once this handle is no longer needed in
175 * It is an error to call (*unregisterBuffer)() on a buffer that wasn't
178 int (*unregisterBuffer)(struct gralloc_module_t const* module,

Completed in 232 milliseconds