framebuffer_device_t 구조체 참조

framebuffer_device_t 구조체 참조

#include < fb.h >

데이터 필드

struct hw_device_t   일반적인
 
const uint32_t  플래그
 
const uint32_t  너비
 
const uint32_t  height
 
const int  stride
 
const int  형식
 
const float  xdpi
 
const float  ydpi
 
const float  fps
 
const int  minSwapInterval
 
const int  maxSwapInterval
 
const int  numFramebuffers
 
int  reserved [7]
 
int(*  setSwapInterval )(struct framebuffer_device_t *window, int interval)
 
int(*  setUpdateRect )(struct framebuffer_device_t *window, int left, int top, int width , int height )
 
int(*  post )(struct framebuffer_device_t *dev, buffer_handle_t buffer)
 
int(*  compositionComplete )(struct framebuffer_device_t *dev)
 
void(*  dump )(struct framebuffer_device_t *dev, char *buff, int buff_len)
 
int(*  enableScreen )(struct framebuffer_device_t *dev, int enable)
 
void *  reserved_proc [6]
 

상세 설명

fb.h 파일의 38 번 라인에 정의가 있습니다.

필드 문서

struct hw_device_t common

프레임버퍼 기기의 일반적인 메서드입니다. 이 구조의 사용자는 hw_device_t framebuffer_device_t 를 참조하는 것으로 알려진 컨텍스트에서 hw_device_t framebuffer_device_t 포인터로 변환하므로 이 필드는 framebuffer_device_t 의 첫 번째 구성원이어야 합니다.

fb.h FILE의 45 라인에 정의가 있습니다.

int(* compositionComplete)(struct framebuffer_device_t *dev)

fb.h 파일의 136 줄에 정의가 있습니다.

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

fb.h 파일의 143 번 라인에 정의되어 있습니다.

int(* enableScreen)(struct framebuffer_device_t *dev, int enable)

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

const uint32_t flags

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

const int format

fb.h FILE의 58 라인에 정의가 있습니다.

const float fps

fb.h FILE의 65 라인에 정의가 있습니다.

const uint32_t height

fb.h 파일의 52 줄에 정의되어 있습니다.

const int maxSwapInterval

fb.h 파일의 71 번 라인에 있는 정의입니다.

const int minSwapInterval

fb.h 파일의 68 번 줄에 정의되어 있습니다.

const int numFramebuffers

fb.h 파일의 74 строке에 정의가 있습니다.

int(* post)(struct framebuffer_device_t *dev, buffer_handle_t buffer)

fb.h FILE의 128 행에 정의되어 있습니다.

int reserved[7]

fb.h 파일의 76 번 라인에 있는 정의입니다.

void* reserved_proc[6]

fb.h 파일의 153 번 라인에 있는 정의입니다.

int(* setSwapInterval)(struct framebuffer_device_t *window, int interval)

fb.h FILE의 83 라인에 정의가 있습니다.

int(* setUpdateRect)(struct framebuffer_device_t *window, int left, int top, int width , int height )

fb.h 파일의 106 줄에 정의되어 있습니다.

const int stride

fb.h 파일의 55 번 줄에 정의되어 있습니다.

const uint32_t width

fb.h 파일의 51 번 라인에 있는 정의입니다.

const float xdpi

fb.h 파일의 61 번 줄에 정의되어 있습니다.

const float ydpi

fb.h 파일의 62 줄에 정의가 있습니다.


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