|
estrutura hw_module_t | comum |
|
interno(* | registrarBuffer )(struct gralloc_module_t const *módulo, buffer_handle_t identificador) |
|
interno(* | unregisterBuffer )(struct gralloc_module_t const *module, buffer_handle_t handle) |
|
interno(* | lock )(struct gralloc_module_t const *módulo, buffer_handle_t handle, uso interno, int l, int t, int w, int h, void **vaddr) |
|
interno(* | desbloquear ) (estrutura gralloc_module_t const *módulo, buffer_handle_t identificador) |
|
interno(* | perform )(struct gralloc_module_t const *módulo, operação int,...) |
|
interno(* | lock_ycbcr )(struct gralloc_module_t const *módulo, buffer_handle_t handle, uso interno, int l, int t, int w, int h, struct android_ycbcr *ycbcr) |
|
interno(* | lockAsync )(struct gralloc_module_t const *módulo, buffer_handle_t handle, uso interno, int l, int t, int w, int h, void **vaddr, int fenceFd) |
|
interno(* | unlockAsync )(struct gralloc_module_t const *module, buffer_handle_t handle, int *fenceFd) |
|
interno(* | lockAsync_ycbcr )(struct gralloc_module_t const *módulo, buffer_handle_t handle, uso interno, int l, int t, int w, int h, struct android_ycbcr *ycbcr, int fenceFd) |
|
vazio * | reservado_proc [3] |
|
Cada módulo de hardware deve ter uma estrutura de dados chamada HAL_MODULE_INFO_SYM e os campos desta estrutura de dados devem começar com hw_module_t seguido de informações específicas do módulo.
Definição na linha 155 do arquivo gralloc.h .