Tài liệu tham khảo về cấu trúc gralloc_module_t

Tài liệu tham khảo về cấu trúc gralloc_module_t

#include < gralloc.h >

Trường dữ liệu

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(*  khoá )(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(*  thực hiện )(cấu trúc 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]
 

Nội dung mô tả chi tiết

Mỗi mô-đun phần cứng phải có một cấu trúc dữ liệu có tên là HAL_MODULE_INFO_SYM và các trường của cấu trúc dữ liệu này phải bắt đầu bằng hw_module_t , theo sau là thông tin cụ thể về mô-đun.

Định nghĩa tại dòng 155 của tệp gralloc.h .

Tài liệu về trường

cấu trúc hw_module_t phổ biến

Định nghĩa tại dòng 156 của tệp gralloc.h .

int(* lock)(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vaddr)

Định nghĩa tại dòng 226 của tệp gralloc.h .

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)

Định nghĩa tại dòng 265 của tệp gralloc.h .

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)

Định nghĩa tại dòng 280 của tệp gralloc.h .

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)

Định nghĩa tại dòng 310 của tệp gralloc.h .

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

Định nghĩa tại dòng 242 của tệp gralloc.h .

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

Định nghĩa tại dòng 173 của tệp gralloc.h .

void* reserved_proc[3]

Định nghĩa tại dòng 316 của tệp gralloc.h .

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

Định nghĩa tại dòng 237 của tệp gralloc.h .

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

Định nghĩa tại dòng 296 của tệp gralloc.h .

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

Định nghĩa tại dòng 188 của tệp gralloc.h .


Tài liệu cho cấu trúc này được tạo từ tệp sau: