gralloc_module_t 結構體參考資料

gralloc_module_t 結構體參考資料

#include < gralloc.h >

資料欄位

struct hw_module_t   通用
 
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]
 

詳細說明

每個硬體模組都必須有名為 HAL_MODULE_INFO_SYM 的資料結構,且此資料結構的欄位必須以 hw_module_t 開頭,後面接著模組專屬資訊。

定義位於檔案 gralloc.h 的第 155 行。

欄位說明文件

struct hw_module_t common

定義位於檔案 gralloc.h 156 行。

int(* lock)(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, 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 handle, int usage, 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 handle, int usage, 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 handle, int usage, int l, int t, int w, int h, struct android_ycbcr *ycbcr, int fenceFd)

定義位於檔案 gralloc.h 310 行。

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

定義位於檔案 gralloc.h 242 行。

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

定義位於檔案 gralloc.h 173 行。

void* reserved_proc[3]

定義位於檔案 gralloc.h 316 行。

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

定義位於檔案 gralloc.h 237 行。

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

定義位於檔案 gralloc.h 296 行。

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

定義位於檔案 gralloc.h 188 行。


這個結構體的說明文件是由下列檔案產生: