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行的定義。


該結構的文檔是從以下文件產生的: