Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dgralloc.h255 typedef struct alloc_device_t { struct
272 int (*alloc)(struct alloc_device_t* dev, argument
286 int (*free)(struct alloc_device_t* dev, argument
293 void (*dump)(struct alloc_device_t *dev, char *buff, int buff_len); argument
296 } alloc_device_t; typedef
302 struct alloc_device_t** device) { in gralloc_open()
307 static inline int gralloc_close(struct alloc_device_t* device) { in gralloc_close()
/hardware/qcom/display/msm8960/libgralloc/
Dgpu.h34 class gpu_context_t : public alloc_device_t {
50 static int gralloc_alloc(alloc_device_t* dev, int w, int h,
60 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
62 static int gralloc_alloc_size(alloc_device_t* dev,
Dgpu.cpp40 memset(static_cast<alloc_device_t*>(this), 0, sizeof(alloc_device_t)); in gpu_context_t()
333 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, in gralloc_alloc()
343 int gpu_context_t::gralloc_alloc_size(alloc_device_t* dev, int w, int h, in gralloc_alloc_size()
356 int gpu_context_t::gralloc_free(alloc_device_t* dev, in gralloc_free()
Dframebuffer.cpp361 alloc_device_t* gralloc_device; in fb_device_open()
/hardware/qcom/display/msm8974/libgralloc/
Dgpu.h34 class gpu_context_t : public alloc_device_t {
50 static int gralloc_alloc(alloc_device_t* dev, int w, int h,
60 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
62 static int gralloc_alloc_size(alloc_device_t* dev,
Dgpu.cpp39 memset(static_cast<alloc_device_t*>(this), 0, sizeof(alloc_device_t)); in gpu_context_t()
348 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, in gralloc_alloc()
358 int gpu_context_t::gralloc_alloc_size(alloc_device_t* dev, int w, int h, in gralloc_alloc_size()
371 int gpu_context_t::gralloc_free(alloc_device_t* dev, in gralloc_free()
Dframebuffer.cpp367 alloc_device_t* gralloc_device; in fb_device_open()
/hardware/qcom/display/msm8x26/libgralloc/
Dgpu.h34 class gpu_context_t : public alloc_device_t {
50 static int gralloc_alloc(alloc_device_t* dev, int w, int h,
60 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
62 static int gralloc_alloc_size(alloc_device_t* dev,
Dgpu.cpp40 memset(static_cast<alloc_device_t*>(this), 0, sizeof(alloc_device_t)); in gpu_context_t()
333 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, in gralloc_alloc()
343 int gpu_context_t::gralloc_alloc_size(alloc_device_t* dev, int w, int h, in gralloc_alloc_size()
356 int gpu_context_t::gralloc_free(alloc_device_t* dev, in gralloc_free()
Dframebuffer.cpp361 alloc_device_t* gralloc_device; in fb_device_open()
/hardware/libhardware/modules/gralloc/
Dgralloc.cpp43 alloc_device_t device;
47 static int gralloc_alloc_buffer(alloc_device_t* dev,
104 static int gralloc_alloc_framebuffer_locked(alloc_device_t* dev, in gralloc_alloc_framebuffer_locked()
157 static int gralloc_alloc_framebuffer(alloc_device_t* dev, in gralloc_alloc_framebuffer()
168 static int gralloc_alloc_buffer(alloc_device_t* dev, in gralloc_alloc_buffer()
199 static int gralloc_alloc(alloc_device_t* dev, in gralloc_alloc()
245 static int gralloc_free(alloc_device_t* dev, in gralloc_free()
/hardware/samsung_slsi/exynos5/gralloc/
Dgralloc.cpp60 alloc_device_t device;
64 static int gralloc_alloc_buffer(alloc_device_t* dev,
335 static int gralloc_alloc(alloc_device_t* dev, in gralloc_alloc()
380 static int gralloc_free(alloc_device_t* dev, in gralloc_free()
Dframebuffer.cpp221 alloc_device_t* gralloc_device; in fb_device_open()
/hardware/libhardware/tests/hwc/
Dcnativewindow.c61 alloc_device_t *gr;
464 alloc_device_t *gr; in cnw_init()
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
Domx_proxy_h264enc.c131 alloc_device_t* mAllocDev;
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
Domx_proxy_mpeg4enc.c130 alloc_device_t* mAllocDev;
/hardware/samsung_slsi/exynos5/libhwc/
Dhwc.cpp116 alloc_device_t *alloc_device;
1115 alloc_device_t* alloc_device, exynos5_gsc_data_t *gsc_data, in exynos5_config_gsc_m2m()