使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
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行。
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(* registerBuffer)(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 句柄) |
该结构的文档是从以下文件生成的:
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-01。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2023-12-01。"],[],[]]