Home
last modified time | relevance | path

Searched refs:alloc_device_t (Results 1 – 10 of 10) sorted by relevance

/device/linaro/hikey/gralloc/
Dalloc_device.cpp199 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()
Dframebuffer_device.cpp457 alloc_device_t *gralloc_device; in framebuffer_device_open()
/device/amlogic/yukawa/hal/gralloc/legacy/
Dalloc_device.cpp43 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/
Dalloc_device.cpp43 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/
Dgralloc_old.cpp206 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/
Dmali_gralloc_ion.cpp774 alloc_device_t *dev = reinterpret_cast<alloc_device_t *>(device); in mali_gralloc_ion_device_close()
Dframebuffer_device.cpp563 alloc_device_t *gralloc_device; in framebuffer_device_open()
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_ion.cpp775 alloc_device_t *dev = reinterpret_cast<alloc_device_t *>(device); in mali_gralloc_ion_device_close()
Dframebuffer_device.cpp563 alloc_device_t *gralloc_device; in framebuffer_device_open()
/device/google/contexthub/sensorhal/
Ddirectchannel.h75 alloc_device_t *mAllocDevice;