gralloc_module_t 構造体リファレンス

gralloc_module_t 構造体リファレンス

#include < gralloc.h >

データ フィールド

struct hw_module_t   common
 
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 の定義。


この構造体のドキュメントは、次のファイルから生成されました。