Searched refs:gralloc_module_t (Results 1 - 25 of 29) sorted by relevance

12

/hardware/samsung_slsi/exynos5/gralloc/
H A Dgr.h34 int grallocMap(gralloc_module_t const* module, private_handle_t *hnd);
35 int grallocUnmap(gralloc_module_t const* module, private_handle_t *hnd);
H A Dmapper.cpp40 static int gralloc_map(gralloc_module_t const* module, buffer_handle_t handle)
56 static int gralloc_unmap(gralloc_module_t const* module, buffer_handle_t handle)
75 int grallocMap(gralloc_module_t const* module, private_handle_t *hnd)
80 int grallocUnmap(gralloc_module_t const* module, private_handle_t *hnd)
85 int getIonFd(gralloc_module_t const *module)
97 int gralloc_register_buffer(gralloc_module_t const* module,
128 int gralloc_unregister_buffer(gralloc_module_t const* module,
150 int gralloc_lock(gralloc_module_t const* module,
173 int gralloc_unlock(gralloc_module_t const* module,
H A Dgralloc.cpp75 extern int gralloc_lock(gralloc_module_t const* module,
80 extern int gralloc_unlock(gralloc_module_t const* module,
83 extern int gralloc_register_buffer(gralloc_module_t const* module,
86 extern int gralloc_unregister_buffer(gralloc_module_t const* module,
352 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>
387 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>(
/hardware/qcom/display/msm8960/libgralloc/
H A Dgralloc.cpp42 extern int gralloc_lock(gralloc_module_t const* module,
47 extern int gralloc_lock_ycbcr(gralloc_module_t const* module,
52 extern int gralloc_unlock(gralloc_module_t const* module,
55 extern int gralloc_register_buffer(gralloc_module_t const* module,
58 extern int gralloc_unregister_buffer(gralloc_module_t const* module,
61 extern int gralloc_perform(struct gralloc_module_t const* module,
H A Dfb_priv.h39 gralloc_module_t base;
H A Dmapper.cpp58 static int gralloc_map(gralloc_module_t const* module,
92 static int gralloc_unmap(gralloc_module_t const* module,
127 int gralloc_register_buffer(gralloc_module_t const* module,
154 int gralloc_unregister_buffer(gralloc_module_t const* module,
176 int terminateBuffer(gralloc_module_t const* module,
201 static int gralloc_map_and_invalidate (gralloc_module_t const* module,
235 int gralloc_lock(gralloc_module_t const* module,
247 int gralloc_lock_ycbcr(gralloc_module_t const* module,
278 int gralloc_unlock(gralloc_module_t const* module,
307 int gralloc_perform(struct gralloc_module_t cons
[all...]
H A Dgr.h53 int terminateBuffer(gralloc_module_t const* module, private_handle_t* hnd);
/hardware/qcom/display/msm8974/libgralloc/
H A Dgralloc.cpp42 extern int gralloc_lock(gralloc_module_t const* module,
47 extern int gralloc_lock_ycbcr(gralloc_module_t const* module,
52 extern int gralloc_unlock(gralloc_module_t const* module,
55 extern int gralloc_register_buffer(gralloc_module_t const* module,
58 extern int gralloc_unregister_buffer(gralloc_module_t const* module,
61 extern int gralloc_perform(struct gralloc_module_t const* module,
H A Dfb_priv.h39 gralloc_module_t base;
H A Dmapper.cpp58 static int gralloc_map(gralloc_module_t const* module,
92 static int gralloc_unmap(gralloc_module_t const* module,
127 int gralloc_register_buffer(gralloc_module_t const* module,
154 int gralloc_unregister_buffer(gralloc_module_t const* module,
176 int terminateBuffer(gralloc_module_t const* module,
201 static int gralloc_map_and_invalidate (gralloc_module_t const* module,
236 int gralloc_lock(gralloc_module_t const* module,
248 int gralloc_lock_ycbcr(gralloc_module_t const* module,
279 int gralloc_unlock(gralloc_module_t const* module,
310 int gralloc_perform(struct gralloc_module_t cons
[all...]
H A Dgr.h53 int terminateBuffer(gralloc_module_t const* module, private_handle_t* hnd);
/hardware/qcom/display/msm8x26/libgralloc/
H A Dgralloc.cpp42 extern int gralloc_lock(gralloc_module_t const* module,
47 extern int gralloc_lock_ycbcr(gralloc_module_t const* module,
52 extern int gralloc_unlock(gralloc_module_t const* module,
55 extern int gralloc_register_buffer(gralloc_module_t const* module,
58 extern int gralloc_unregister_buffer(gralloc_module_t const* module,
61 extern int gralloc_perform(struct gralloc_module_t const* module,
H A Dfb_priv.h39 gralloc_module_t base;
H A Dmapper.cpp58 static int gralloc_map(gralloc_module_t const* module,
92 static int gralloc_unmap(gralloc_module_t const* module,
127 int gralloc_register_buffer(gralloc_module_t const* module,
154 int gralloc_unregister_buffer(gralloc_module_t const* module,
176 int terminateBuffer(gralloc_module_t const* module,
201 static int gralloc_map_and_invalidate (gralloc_module_t const* module,
235 int gralloc_lock(gralloc_module_t const* module,
247 int gralloc_lock_ycbcr(gralloc_module_t const* module,
278 int gralloc_unlock(gralloc_module_t const* module,
307 int gralloc_perform(struct gralloc_module_t cons
[all...]
H A Dgr.h53 int terminateBuffer(gralloc_module_t const* module, private_handle_t* hnd);
/hardware/libhardware/include/hardware/
H A Dgralloc.h38 * gralloc_module_t.common.module_api_version.
138 typedef struct gralloc_module_t { struct
156 int (*registerBuffer)(struct gralloc_module_t const* module,
171 int (*unregisterBuffer)(struct gralloc_module_t const* module,
209 int (*lock)(struct gralloc_module_t const* module,
220 int (*unlock)(struct gralloc_module_t const* module,
225 int (*perform)(struct gralloc_module_t const* module,
239 int (*lock_ycbcr)(struct gralloc_module_t const* module,
246 } gralloc_module_t; typedef in typeref:struct:gralloc_module_t
/hardware/libhardware/modules/gralloc/
H A Dmapper.cpp46 static int gralloc_map(gralloc_module_t const* module,
67 static int gralloc_unmap(gralloc_module_t const* module,
89 int gralloc_register_buffer(gralloc_module_t const* module,
139 int gralloc_unregister_buffer(gralloc_module_t const* module,
152 int mapBuffer(gralloc_module_t const* module,
159 int terminateBuffer(gralloc_module_t const* module,
170 int gralloc_lock(gralloc_module_t const* module,
191 int gralloc_unlock(gralloc_module_t const* module,
H A Dgr.h44 int terminateBuffer(gralloc_module_t const* module, private_handle_t* hnd);
45 int mapBuffer(gralloc_module_t const* module, private_handle_t* hnd);
H A Dgralloc.cpp58 extern int gralloc_lock(gralloc_module_t const* module,
63 extern int gralloc_unlock(gralloc_module_t const* module,
66 extern int gralloc_register_buffer(gralloc_module_t const* module,
69 extern int gralloc_unregister_buffer(gralloc_module_t const* module,
184 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>(
260 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>(
H A Dgralloc_priv.h38 gralloc_module_t base;
/hardware/ti/omap4xxx/hwc/
H A Dhal_public.h51 * A table is stored within psPrivateData on gralloc_module_t (this
58 * (alloc_device_t) or map() (gralloc_module_t). Entries are removed
59 * by free() (alloc_device_t) and unmap() (gralloc_module_t).
68 * gralloc_module_t. The framebuffer_device_t does not need a handle,
116 gralloc_module_t base;
/hardware/samsung_slsi/exynos5/include/
H A Dgralloc_priv.h38 gralloc_module_t base;
/hardware/ti/omap4xxx/domx/domx/
H A Domx_proxy_common.h203 gralloc_module_t const *grallocModule;
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec.c207 pComponentPrivate->grallocModule = (gralloc_module_t const *)module;
647 pCompPrv->grallocModule->lock((gralloc_module_t const *) pCompPrv->grallocModule,
704 pCompPrv->grallocModule->unlock((gralloc_module_t const *) pCompPrv->grallocModule, (buffer_handle_t)grallocHandle);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Android.cpp64 int getIonFd(gralloc_module_t const *module)
296 gralloc_module_t* module = NULL;
368 gralloc_module_t* module = NULL;
436 gralloc_module_t* module = NULL;

Completed in 2665 milliseconds

12