Referência de estrutura gralloc_module_t

Referência de estrutura gralloc_module_t

#include < gralloc.h >

Campos de dados

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]

Descrição detalhada

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 .

Documentação de campo

estrutura hw_module_t comum

Definição na linha 156 do arquivo gralloc.h .

int(* lock)(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vaddr)

Definição na linha 226 do arquivo gralloc.h .

int(* lock_ycbcr)(struct gralloc_module_t const *módulo, buffer_handle_t handle, uso int, int l, int t, int w, int h, struct android_ycbcr *ycbcr)

Definição na linha 265 do arquivo gralloc.h .

int(* 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)

Definição na linha 280 do arquivo gralloc.h .

int(* lockAsync_ycbcr)(struct gralloc_module_t const *módulo, buffer_handle_t handle, uso int, int l, int t, int w, int h, struct android_ycbcr *ycbcr, int fenceFd)

Definição na linha 310 do arquivo gralloc.h .

int(* executar)(struct gralloc_module_t const *módulo, operação int,...)

Definição na linha 242 do arquivo gralloc.h .

int(*registBuffer)(struct gralloc_module_t const *module, buffer_handle_t handle)

Definição na linha 173 do arquivo gralloc.h .

vazio* reservado_proc[3]

Definição na linha 316 do arquivo gralloc.h .

int(* desbloquear)(struct gralloc_module_t const *module, buffer_handle_t handle)

Definição na linha 237 do arquivo gralloc.h .

int(* unlockAsync)(struct gralloc_module_t const *module, buffer_handle_t handle, int *fenceFd)

Definição na linha 296 do arquivo gralloc.h .

int(* unregisterBuffer)(struct gralloc_module_t const *module, buffer_handle_t handle)

Definição na linha 188 do arquivo gralloc.h .


A documentação desta estrutura foi gerada a partir do seguinte arquivo:
  • hardware/libhardware/include/hardware/ gralloc.h