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 句柄) |
該結構的文檔是從以下文件產生的: