Organízate con las colecciones
Guarda y clasifica el contenido según tus preferencias.
gralloc_module_t Referencia de estructura
#include < gralloc.h >
|
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 .
int(* lock)(struct gralloc_module_t const *module, buffer_handle_t handle, int use, int l, int t, int w, int h, void **vaddr) |
int(* 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) |
int(* 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) |
int(* 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) |
int(* RegisterBuffer)(struct gralloc_module_t const *módulo, buffer_handle_t identificador) |
vacío* proceso_reservado[3] |
int(* desbloquear)(struct gralloc_module_t const *module, buffer_handle_t handle) |
int(* unlockAsync)(struct gralloc_module_t const *module, buffer_handle_t handle, int *fenceFd) |
int(* unregisterBuffer)(struct gralloc_module_t const *module, buffer_handle_t identificador) |
La documentación para esta estructura se generó a partir del siguiente archivo:
- hardware/libhardware/include/hardware/ gralloc.h
El contenido y el código de ejemplo de esta página están sujetos a las licencias que se describen en la licencia de contenido. Java y OpenJDK son marcas registradas de Oracle o sus entidades asociadas.
Última actualización: 2023-12-01 (UTC).
[[["Es fácil de entender","easyToUnderstand","thumb-up"],["Me ofreció una solución al problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Me falta la información que necesito","missingTheInformationINeed","thumb-down"],["Es demasiado complicado o hay demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Está obsoleto","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema de muestras o código","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2023-12-01 (UTC)."],[],[]]