Example #1
0
static int
get_native_buffer_name(struct ANativeWindowBuffer *buf)
{
   return gralloc_drm_get_gem_handle(buf->handle);
}
Example #2
0
static int
get_handle_name(buffer_handle_t handle)
{
   return gralloc_drm_get_gem_handle(handle);
}