Documentation de référence sur la struct gralloc_module_t

Documentation de référence sur la struct gralloc_module_t

#include < gralloc.h >

Champs de données

struct hw_module_t   commun
 
int(*  registerBuffer )(struct gralloc_module_t const *module, buffer_handle_t handle)
 
int(*  unregisterBuffer )(struct gralloc_module_t const *module, buffer_handle_t handle)
 
int(*  lock )(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vaddr)
 
int(*  unlock )(struct gralloc_module_t const *module, buffer_handle_t handle)
 
int(*  perform )(struct gralloc_module_t const *module, int operation,...)
 
int(*  lock_ycbcr )(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, 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 usage, int l, int t, int w, int h, void **vaddr, int fenceFd)
 
int(*  unlockAsync )(struct gralloc_module_t const *module, buffer_handle_t handle, int *fenceFd)
 
int(*  lockAsync_ycbcr )(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_ycbcr *ycbcr, int fenceFd)
 
void *  reserved_proc [3]
 

Description détaillée

Chaque module matériel doit avoir une structure de données nommée HAL_MODULE_INFO_SYM, et les champs de cette structure de données doivent commencer par hw_module_t suivi d'informations spécifiques au module.

Définition à la ligne  155 du fichier gralloc.h .

Documentation des champs

struct hw_module_t common

Définition à la ligne  156 du fichier 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)

Définition à la ligne  226 du fichier gralloc.h .

int(* lock_ycbcr)(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_ycbcr *ycbcr)

Définition à la ligne  265 du fichier gralloc.h .

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

Définition à la ligne  280 du fichier gralloc.h .

int(* lockAsync_ycbcr)(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_ycbcr *ycbcr, int fenceFd)

Définition à la ligne  310 du fichier gralloc.h .

int(* perform)(struct gralloc_module_t const *module, int operation,...)

Définition à la ligne  242 du fichier gralloc.h .

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

Définition à la ligne  173 du fichier gralloc.h .

void* reserved_proc[3]

Définition à la ligne  316 du fichier gralloc.h .

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

Définition à la ligne  237 du fichier gralloc.h .

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

Définition à la ligne  296 du fichier gralloc.h .

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

Définition à la ligne  188 du fichier gralloc.h .


La documentation de ce struct a été générée à partir du fichier suivant :