Searched refs:gralloc_alloc_buffer (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/hardware/libhardware/modules/gralloc/ |
H A D | gralloc.cpp | 46 static int gralloc_alloc_buffer(alloc_device_t* dev, 127 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle); in gralloc_alloc_framebuffer_locked() 167 static int gralloc_alloc_buffer(alloc_device_t* dev, in gralloc_alloc_buffer() function 245 err = gralloc_alloc_buffer(dev, size, usage, pHandle); in gralloc_alloc()
|
/aosp_15_r20/device/linaro/hikey/gralloc/ |
D | alloc_device.cpp | 199 static int gralloc_alloc_buffer(alloc_device_t *dev, size_t size, int usage, buffer_handle_t *pHand… in gralloc_alloc_buffer() function 394 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle); in gralloc_alloc_framebuffer_locked() 450 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle); in gralloc_alloc_framebuffer_locked() 594 err = gralloc_alloc_buffer(dev, size, usage, pHandle); in alloc_device_alloc()
|