Home | History | Annotate | Download | only in hal

Lines Matching refs:handle

33 	(const gralloc_module_t *g, buffer_handle_t handle)
35 return g->registerBuffer(g, handle);
39 (const gralloc_module_t *g, buffer_handle_t handle)
41 return g->unregisterBuffer(g, handle);
46 buffer_handle_t *handle, int *stride)
48 return d->alloc(d, w, h, format, usage, handle, stride);
52 (alloc_device_t *d, buffer_handle_t handle)
54 return d->free(d, handle);
58 (const gralloc_module_t *g, buffer_handle_t handle, int usage,
61 return g->lockAsync(g, handle, usage,
67 (const gralloc_module_t *g, buffer_handle_t handle, int *releaseFence)
69 return g->unlockAsync(g, handle, releaseFence);
82 (const gralloc_module_t *g, buffer_handle_t handle, void **vaddrs,
85 return g->perform(g, GRALLOC_GET_BUFFER_CPU_ADDRESSES_IMG, handle, vaddrs,
90 (const gralloc_module_t *g, buffer_handle_t handle)
92 return g->perform(g, GRALLOC_PUT_BUFFER_CPU_ADDRESSES_IMG, handle);
102 (const gralloc_module_t *g, buffer_handle_t handle, uint32_t *pui32Status)
104 return g->perform(g, GRALLOC_GET_DISPLAY_STATUS_IMG, handle, pui32Status);