hwc_composer_device_1 구조체 참조

hwc_composer_device_1 구조체 참조

#include < hwcomposer.h >

데이터 필드

struct hw_device_t   일반적인
 
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]
 

상세 설명

hwcomposer.h 파일의 484 번 줄에 정의가 있습니다.

필드 문서

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

hwcomposer.h FILE의 606 행에 정의가 있습니다.

struct hw_device_t common

하드웨어 컴포저 기기의 일반적인 메서드입니다. 이 구조체의 사용자는 hw_device_t hw_device_t hwc_composer_device_1 을 참조하는 것으로 알려진 컨텍스트에서 hwc_composer_device_1 포인터로 변환하므로 이 구조체는 hwc_composer_device_1 의 첫 번째 구성원이어야 합니다.

hwcomposer.h FILE의 491 라인에 정의가 있습니다.

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

hwcomposer.h FILE의 657 행에 정의가 있습니다.

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

hwcomposer.h 파일의 588 번 줄에 정의가 있습니다.

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

hwcomposer.h 파일의 724 번 줄에 정의가 있습니다.

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

hwcomposer.h 파일의 710 번 줄에 정의가 있습니다.

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

hwcomposer.h 파일의 689 번 라인에 정의가 있습니다.

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

hwcomposer.h 파일의 527 번 째 줄에 정의가 있습니다.

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

hwcomposer.h FILE의 640 행에 정의가 있습니다.

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

hwcomposer.h 파일의 649 번 째 줄에 정의가 있습니다.

void* reserved_proc[1]

hwcomposer.h 파일의 777 라인에 정의가 있습니다.

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

hwcomposer.h 파일의 572 번 째 줄에 정의가 있습니다.

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

hwcomposer.h FILE의 745 줄에 정의가 있습니다.

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

hwcomposer.h FILE의 772 행에 정의가 있습니다.

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

hwcomposer.h 파일의 631 번 째 줄에 있는 정의


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