|
estructura hw_module_t | común |
|
En t(* | RegisterBuffer )(struct gralloc_module_t const *módulo, buffer_handle_t identificador) |
|
En t(* | unregisterBuffer )(struct gralloc_module_t const *module, buffer_handle_t identificador) |
|
En t(* | lock )(struct gralloc_module_t const *module, buffer_handle_t handle, int use, int l, int t, int w, int h, void **vaddr) |
|
En t(* | desbloquear (struct gralloc_module_t const *module, buffer_handle_t handle) |
|
En t(* | realizar )(struct gralloc_module_t const *módulo, operación int,...) |
|
En t(* | lock_ycbcr )(struct gralloc_module_t const *module, buffer_handle_t handle, int use, int l, int t, int w, int h, struct android_ycbcr *ycbcr) |
|
En t(* | lockAsync )(struct gralloc_module_t const *module, buffer_handle_t handle, int use, int l, int t, int w, int h, void **vaddr, int vallaFd) |
|
En t(* | unlockAsync )(struct gralloc_module_t const *module, buffer_handle_t handle, int *fenceFd) |
|
En t(* | lockAsync_ycbcr )(struct gralloc_module_t const *module, buffer_handle_t handle, int use, int l, int t, int w, int h, struct android_ycbcr *ycbcr, int vallaFd) |
|
vacío * | proceso_reservado [3] |
|
Cada módulo de hardware debe tener una estructura de datos denominada HAL_MODULE_INFO_SYM y los campos de esta estructura de datos deben comenzar con hw_module_t seguido de información específica del módulo.
Definición en la línea 155 del archivo gralloc.h .