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 *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 )(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)
무효의 * Reserved_proc [3]

상세 설명

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

gralloc.h 파일의 155 번째 줄에 정의되어 있습니다.

현장 문서

구조체 hw_module_t 공통

gralloc.h 파일의 156 번째 줄에 정의되어 있습니다.

int(* 잠금)(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 *module, int 연산,...)

gralloc.h 파일의 242 번째 줄에 정의되어 있습니다.

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

gralloc.h 파일의 173 번째 줄에 정의되어 있습니다.

무효* Reserved_proc[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.h 파일의 188 번째 줄에 정의되어 있습니다.


이 구조체에 대한 문서는 다음 파일에서 생성되었습니다.
  • hardware/libhardware/include/hardware/ gralloc.h