Searched refs:alloc_device_t (Results 1 – 10 of 10) sorted by relevance
/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() 367 static int gralloc_alloc_framebuffer_locked(alloc_device_t *dev, size_t size, int usage, buffer_han… in gralloc_alloc_framebuffer_locked() 468 static int gralloc_alloc_framebuffer(alloc_device_t *dev, size_t size, int usage, buffer_handle_t *… in gralloc_alloc_framebuffer() 478 static int alloc_device_alloc(alloc_device_t *dev, int w, int h, int format, int usage, buffer_hand… in alloc_device_alloc() 644 static int alloc_device_free(alloc_device_t __unused *dev, buffer_handle_t handle) in alloc_device_free() 707 alloc_device_t *dev = reinterpret_cast<alloc_device_t *>(device); in alloc_device_close() 827 alloc_device_t *dev; in alloc_device_open() 829 dev = new alloc_device_t; in alloc_device_open()
|
D | framebuffer_device.cpp | 457 alloc_device_t *gralloc_device; in framebuffer_device_open()
|
/device/amlogic/yukawa/hal/gralloc/legacy/ |
D | alloc_device.cpp | 43 static int alloc_device_alloc(alloc_device_t *dev, int w, int h, int format, int usage, buffer_hand… in alloc_device_alloc() 133 static int alloc_device_free(alloc_device_t *dev, buffer_handle_t handle) in alloc_device_free() 160 alloc_device_t *dev; in alloc_device_open() 164 dev = new alloc_device_t; in alloc_device_open()
|
/device/linaro/hikey/gralloc960/legacy/ |
D | alloc_device.cpp | 43 static int alloc_device_alloc(alloc_device_t *dev, int w, int h, int format, int usage, buffer_hand… in alloc_device_alloc() 132 static int alloc_device_free(alloc_device_t *dev, buffer_handle_t handle) in alloc_device_free() 159 alloc_device_t *dev; in alloc_device_open() 163 dev = new alloc_device_t; in alloc_device_open()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_old.cpp | 206 alloc_device_t device; 589 static void gralloc_dump(struct alloc_device_t* /*dev*/, char* /*buff*/, int /*buff_len*/) {} in gralloc_dump() argument 625 static int gralloc_alloc(alloc_device_t* dev, in gralloc_alloc() 946 static int gralloc_free(alloc_device_t* dev, in gralloc_free()
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_ion.cpp | 774 alloc_device_t *dev = reinterpret_cast<alloc_device_t *>(device); in mali_gralloc_ion_device_close()
|
D | framebuffer_device.cpp | 563 alloc_device_t *gralloc_device; in framebuffer_device_open()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_ion.cpp | 775 alloc_device_t *dev = reinterpret_cast<alloc_device_t *>(device); in mali_gralloc_ion_device_close()
|
D | framebuffer_device.cpp | 563 alloc_device_t *gralloc_device; in framebuffer_device_open()
|
/device/google/contexthub/sensorhal/ |
D | directchannel.h | 75 alloc_device_t *mAllocDevice;
|