hwc_composer_device_1 構造体リファレンス

hwc_composer_device_1 構造体リファレンス

#include < hwcomposer.h >

データ フィールド

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]
 

詳細な説明

ファイル hwcomposer.h 484 行目の定義。

フィールドのドキュメント

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

ファイル hwcomposer.h 606 行 の定義。

struct hw_device_t common

Hardware Composer デバイスの一般的なメソッド。この構造体のユーザーは、 hw_device_t hwc_composer_device_1 を参照していることが判明しているコンテキストで、 hw_device_t hwc_composer_device_1 ポインタにキャストするため、このメンバーは hwc_composer_device_1 の最初のメンバーである必要があります。

ファイル hwcomposer.h 491 行の定義。

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

ファイル hwcomposer.h 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 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 745 行の定義。

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

ファイル hwcomposer.h 772 行の定義。

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

ファイル hwcomposer.h 631 行 の定義。


この構造体のドキュメントは、次のファイルから生成されました。