Home
last modified time | relevance | path

Searched refs:pHandle (Results 1 – 3 of 3) sorted by relevance

/device/linaro/hikey/gralloc/
Dalloc_device.cpp99 …tic int gralloc_alloc_buffer(alloc_device_t *dev, size_t size, int usage, buffer_handle_t *pHandle) in gralloc_alloc_buffer() argument
152 *pHandle = hnd; in gralloc_alloc_buffer()
225 *pHandle = hnd; in gralloc_alloc_buffer()
259 …loc_alloc_framebuffer_locked(alloc_device_t *dev, size_t size, int usage, buffer_handle_t *pHandle) in gralloc_alloc_framebuffer_locked() argument
286 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle); in gralloc_alloc_framebuffer_locked()
343 *pHandle = hnd; in gralloc_alloc_framebuffer_locked()
348 …nt gralloc_alloc_framebuffer(alloc_device_t *dev, size_t size, int usage, buffer_handle_t *pHandle) in gralloc_alloc_framebuffer() argument
352 int err = gralloc_alloc_framebuffer_locked(dev, size, usage, pHandle); in gralloc_alloc_framebuffer()
357 …c(alloc_device_t *dev, int w, int h, int format, int usage, buffer_handle_t *pHandle, int *pStride) in alloc_device_alloc() argument
359 if (!pHandle || !pStride) in alloc_device_alloc()
[all …]
/device/generic/goldfish/opengl/system/gralloc/
Dgralloc.cpp127 buffer_handle_t* pHandle, int* pStride) in gralloc_alloc() argument
132 if (!grdev || !pHandle || !pStride) { in gralloc_alloc()
134 grdev, pHandle, pStride); in gralloc_alloc()
350 *pHandle = cb; in gralloc_alloc()
/device/htc/flounder/audio/visualizer/
Dnv_offload_visualizer.c859 effect_handle_t *pHandle) { in effect_lib_create() argument
866 if (pHandle == NULL || uuid == NULL) in effect_lib_create()
913 *pHandle = (effect_handle_t)context; in effect_lib_create()