alloc_device_t 구조체 참조

alloc_device_t 구조체 참조

#include < gralloc.h >

데이터 필드

struct hw_device_t   일반적인
 
int(*  alloc )(struct alloc_device_t *dev, int w, int h, int format, int usage, buffer_handle_t *handle, int *stride)
 
int(*  free )(struct alloc_device_t *dev, buffer_handle_t handle)
 
void(*  dump )(struct alloc_device_t *dev, char *buff, int buff_len)
 
void *  reserved_proc [7]
 

상세 설명

모든 기기 데이터 구조는 hw_device_t 로 시작하고 모듈별 공개 메서드와 속성이 뒤에 와야 합니다.

gralloc.h 파일의 326 행에 정의가 있습니다.

필드 문서

int(* alloc)(struct alloc_device_t *dev, int w, int h, int format, int usage, buffer_handle_t *handle, int *stride)

gralloc.h 파일의 343 행에 정의가 있습니다.

struct hw_device_t common

gralloc.h 파일의 327 행에 정의가 있습니다.

void(* dump)(struct alloc_device_t *dev, char *buff, int buff_len)

gralloc.h FILE의 364 라인에 정의가 있습니다.

int(* free)(struct alloc_device_t *dev, buffer_handle_t handle)

gralloc.h 파일의 357 줄에 정의되어 있습니다.

void* reserved_proc[7]

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


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