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

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

#include < hwcomposer.h >

Trường dữ liệu

struct hw_device_t   common
 
int(*  prepare )(struct hwc_composer_device_1 *dev, size_t numDisplays, hwc_display_contents_1_t **displays)
 
int(*  set )(struct hwc_composer_device_1 *dev, size_t numDisplays, hwc_display_contents_1_t **displays)
 
int(*  eventControl )(struct hwc_composer_device_1 *dev, int disp, int event, int enabled)
 
union {
   int(*    blank )(struct hwc_composer_device_1
      *dev, int disp, int blank)
 
   int(*    setPowerMode )(struct hwc_composer_device_1
      *dev, int disp, int mode)
 
}; 
 
int(*  query )(struct hwc_composer_device_1 *dev, int what, int *value)
 
void(*  registerProcs )(struct hwc_composer_device_1 *dev, hwc_procs_t const *procs)
 
void(*  dump )(struct hwc_composer_device_1 *dev, char *buff, int buff_len)
 
int(*  getDisplayConfigs )(struct hwc_composer_device_1 *dev, int disp, uint32_t *configs, size_t *numConfigs)
 
int(*  getDisplayAttributes )(struct hwc_composer_device_1 *dev, int disp, uint32_t config, const uint32_t *attributes, int32_t *values)
 
int(*  getActiveConfig )(struct hwc_composer_device_1 *dev, int disp)
 
int(*  setActiveConfig )(struct hwc_composer_device_1 *dev, int disp, int index)
 
int(*  setCursorPositionAsync )(struct hwc_composer_device_1 *dev, int disp, int x_pos, int y_pos)
 
void *  reserved_proc [1]
 

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

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

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

union { ... }
int(* blank)(struct hwc_composer_device_1 *dev, int disp, int blank)

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

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

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

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

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

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

int(* eventControl)(struct hwc_composer_device_1 *dev, int disp, int event, int enabled)

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

int(* getActiveConfig)(struct hwc_composer_device_1 *dev, int disp)

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

int(* getDisplayAttributes)(struct hwc_composer_device_1 *dev, int disp, uint32_t config, const uint32_t *attributes, int32_t *values)

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

int(* getDisplayConfigs)(struct hwc_composer_device_1 *dev, int disp, uint32_t *configs, size_t *numConfigs)

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

int(* prepare)(struct hwc_composer_device_1 *dev, size_t numDisplays, hwc_display_contents_1_t **displays)

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

int(* query)(struct hwc_composer_device_1 *dev, int what, int *value)

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

void(* registerProcs)(struct hwc_composer_device_1 *dev, hwc_procs_t const *procs)

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

void* reserved_proc[1]

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

int(* set)(struct hwc_composer_device_1 *dev, size_t numDisplays, hwc_display_contents_1_t **displays)

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

int(* setActiveConfig)(struct hwc_composer_device_1 *dev, int disp, int index)

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

int(* setCursorPositionAsync)(struct hwc_composer_device_1 *dev, int disp, int x_pos, int y_pos)

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

int(* setPowerMode)(struct hwc_composer_device_1 *dev, int disp, int mode)

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


Tài liệu cho cấu trúc này được tạo từ tệp sau: