gralloc_module_t 구조체 참조

gralloc_module_t 구조체 참조

#include < gralloc.h >

데이터 필드

구조체 hw_module_t 흔한
정수(* registerBuffer )(구조 gralloc_module_t const *module, buffer_handle_t 핸들)
정수(* unregisterBuffer )(구조 gralloc_module_t const *module, buffer_handle_t 핸들)
정수(* 잠금 )(구조 gralloc_module_t const *module, buffer_handle_t 핸들, int 사용법, int l, int t, int w, int h, void **vaddr)
정수(* 잠금 해제 )(구조 gralloc_module_t const *module, buffer_handle_t 핸들)
정수(* 수행 )(구조 gralloc_module_t const *module, 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)
정수(* lockAsync )(struct gralloc_module_t const *module, buffer_handle_t 핸들, int 사용법, int l, int t, int w, int h, void **vaddr, int fenceFd)
정수(* UnlockAsync )(구조 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)
무효의 * reserved_proc [3]

상세 설명

모든 하드웨어 모듈에는 HAL_MODULE_INFO_SYM이라는 데이터 구조가 있어야 하며 이 데이터 구조의 필드는 모듈 특정 정보가 뒤에 오는 hw_module_t 로 시작해야 합니다.

파일 gralloc.h155 행에 있는 정의입니다.

현장 문서

구조체 hw_module_t 공통

파일 gralloc.h156 행에 있는 정의입니다.

int(* lock)(struct gralloc_module_t const *module, buffer_handle_t 핸들, int 사용법, int l, int t, int w, int h, void **vaddr)

파일 gralloc.h226 행에 있는 정의입니다.

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.h265 행에 있는 정의입니다.

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.h280 행에 있는 정의입니다.

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.h310 행에 있는 정의입니다.

int(* 수행)(구조 gralloc_module_t const *module, int 연산,...)

파일 gralloc.h242 행에 있는 정의입니다.

int(* registerBuffer)(구조 gralloc_module_t const *module, buffer_handle_t 핸들)

파일 gralloc.h173 행에 있는 정의입니다.

무효* reserved_proc[3]

파일 gralloc.h316 행에 있는 정의입니다.

int(* 잠금 해제)(구조 gralloc_module_t const *module, buffer_handle_t 핸들)

파일 gralloc.h237 행에 있는 정의입니다.

int(* unlockAsync)(구조 gralloc_module_t const *module, buffer_handle_t 핸들, int *fenceFd)

파일 gralloc.h296 행에 있는 정의입니다.

int(* unregisterBuffer)(구조 gralloc_module_t const *module, buffer_handle_t 핸들)

파일 gralloc.h188 번째 줄에 있는 정의입니다.


이 구조체에 대한 문서는 다음 파일에서 생성되었습니다.