gralloc_module_t 结构参考
gralloc_module_t 结构参考
#include < gralloc.h >
数据字段 | |
结构体hw_module_t | 常见的 |
整数(* | registerBuffer )(struct gralloc_module_t const *module, buffer_handle_t 句柄) |
整数(* | unregisterBuffer )(struct gralloc_module_t const *module, buffer_handle_t 句柄) |
整数(* | 锁)(struct gralloc_module_t const *module, buffer_handle_t 句柄, int 用法, int l, int t, int w, int h, void **vaddr) |
整数(* | 解锁)(struct gralloc_module_t const *module, buffer_handle_t 句柄) |
整数(* | 执行)(struct gralloc_module_t const *module, int 操作,...) |
整数(* | lock_ycbcr )(struct gralloc_module_t const *模块,buffer_handle_t句柄,int用法,int l,int t,int w,int h,struct android_ycbcr *ycbcr) |
整数(* | lockAsync )(struct gralloc_module_t const *模块,buffer_handle_t句柄,int用法,int l,int t,int w,int h,void **vaddr,int fenceFd) |
整数(* | unlockAsync )(struct gralloc_module_t const *module, buffer_handle_t 句柄, int *fenceFd) |
整数(* | lockAsync_ycbcr )(struct gralloc_module_t const *module, buffer_handle_t 句柄, int 用法, int l, int t, int w, int h, struct android_ycbcr *ycbcr, int fenceFd) |
空白 * | 保留进程[3] |
详细说明
每个硬件模块必须有一个名为 HAL_MODULE_INFO_SYM 的数据结构,并且该数据结构的字段必须以hw_module_t开头,后跟模块特定信息。
现场文档
结构体hw_module_t公共 |
int(* lock)(struct gralloc_module_t const *module, buffer_handle_t 句柄, int 用法, int l, int t, int w, int h, void **vaddr) |
int(* lock_ycbcr)(struct gralloc_module_t const *module, buffer_handle_t 句柄, int 用法, int l, int t, int w, int h, struct android_ycbcr *ycbcr) |
int(* lockAsync)(struct gralloc_module_t const *module, buffer_handle_t 句柄, int 用法, int l, int t, int w, int h, void **vaddr, int fenceFd) |
int(* lockAsync_ycbcr)(struct gralloc_module_t const *module, buffer_handle_t 句柄, int 用法, int l, int t, int w, int h, struct android_ycbcr *ycbcr, int fenceFd) |
int(* 执行)(struct gralloc_module_t const *模块, int 操作,...) |
int(* registerBuffer)(struct gralloc_module_t const *module, buffer_handle_t 句柄) |
int(* 解锁)(struct gralloc_module_t const *module, buffer_handle_t 句柄) |
int(*unlockAsync)(struct gralloc_module_t const *module, buffer_handle_t 句柄, int *fenceFd) |
int(* unregisterBuffer)(struct gralloc_module_t const *module, buffer_handle_t 句柄) |
该结构的文档是从以下文件生成的: