Tài liệu tham khảo về cấu trúc framebuffer_device_t

Tài liệu tham khảo về cấu trúc framebuffer_device_t

#include < fb.h >

Trường dữ liệu

struct hw_device_t   common
 
const uint32_t  cờ
 
const uint32_t  width
 
const uint32_t  height
 
const int  bước đi
 
const int  định dạng
 
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]
 

Nội dung mô tả chi tiết

Định nghĩa tại dòng 38 của tệp fb.h .

Tài liệu về trường

cấu trúc hw_device_t phổ biến

Các phương thức phổ biến của thiết bị vùng đệm khung hình. này phải là thành viên đầu tiên của framebuffer_device_t vì người dùng của cấu trúc này sẽ truyền một hw_device_t đến framebuffer_device_t con trỏ trong ngữ cảnh mà bạn biết rằng hw_device_t tham chiếu đến framebuffer_device_t .

Định nghĩa tại dòng 45 của tệp fb.h .

int(* compositionComplete)(struct framebuffer_device_t *dev)

Định nghĩa tại dòng 136 của tệp fb.h .

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

Định nghĩa tại dòng 143 của tệp fb.h .

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

Định nghĩa tại dòng 151 của tệp fb.h .

const uint32_t cờ

Định nghĩa tại dòng 48 của tệp fb.h .

định dạng const int

Định nghĩa tại dòng 58 của tệp fb.h .

const float fps

Định nghĩa tại dòng 65 của tệp fb.h .

const uint32_t height

Định nghĩa tại dòng 52 của tệp fb.h .

const int maxSwapInterval

Định nghĩa tại dòng 71 của tệp fb.h .

const int minSwapInterval

Định nghĩa tại dòng 68 của tệp fb.h .

const int numFramebuffers

Định nghĩa tại dòng 74 của tệp fb.h .

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

Định nghĩa tại dòng 128 của tệp fb.h .

int reserved[7]

Định nghĩa tại dòng 76 của tệp fb.h .

void* reserved_proc[6]

Định nghĩa tại dòng 153 của tệp fb.h .

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

Định nghĩa tại dòng 83 của tệp fb.h .

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

Định nghĩa tại dòng 106 của tệp fb.h .

const int stride

Định nghĩa tại dòng 55 của tệp fb.h .

const uint32_t width

Định nghĩa tại dòng 51 của tệp fb.h .

const float xdpi

Định nghĩa tại dòng 61 của tệp fb.h .

const float ydpi

Định nghĩa tại dòng 62 của tệp fb.h .


Tài liệu cho cấu trúc này được tạo từ tệp sau:
  • hardware/libhardware/include/hardware/ fb.h