gralloc_module_t 구조체 참조

gralloc_module_t 구조체 참조

#include < gralloc.h >

데이터 필드

struct hw_module_t   일반적인
 
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 FILE의 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 FILE의 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 FILE의 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 FILE의 242 행에 정의가 있습니다.

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

gralloc.h FILE의 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 FILE의 296 라인에 정의가 있습니다.

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

gralloc.h FILE의 188 행에 정의가 있습니다.


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