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开头,后跟模块特定信息。

定义位于文件gralloc.h的第155行。

现场文档

结构体hw_module_t公共

定义位于文件gralloc.h的第156行。

int(* lock)(struct gralloc_module_t const *module, buffer_handle_t 句柄, int 用法, int l, int t, int w, int h, void **vaddr)

定义位于文件gralloc.h的第226行。

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)

定义位于文件gralloc.h的第265行。

int(* lockAsync)(struct gralloc_module_t const *module, buffer_handle_t 句柄, int 用法, int l, int t, int w, int h, void **vaddr, int fenceFd)

定义位于文件gralloc.h的第280行。

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)

定义位于文件gralloc.h的第310行。

int(* 执行)(struct gralloc_module_t const *模块, int 操作,...)

定义位于文件gralloc.h的第242行。

int(* registerBuffer)(struct gralloc_module_t const *module, buffer_handle_t 句柄)

定义位于文件gralloc.h的第173行。

无效* 保留_过程[3]

定义位于文件gralloc.h的第316行。

int(* 解锁)(struct gralloc_module_t const *module, buffer_handle_t 句柄)

定义位于文件gralloc.h的第237行。

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

定义位于文件gralloc.h的第296行。

int(* unregisterBuffer)(struct gralloc_module_t const *module, buffer_handle_t 句柄)

文件gralloc.h188行的定义。


该结构的文档是从以下文件生成的: