Riferimento alla struttura hwc_composer_device_1

Riferimento alla struttura hwc_composer_device_1

#include < hwcomposer.h >

Campi dati

struct hw_device_t   comuni
 
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]
 

Descrizione dettagliata

Definizione alla riga 484 del file hwcomposer.h .

Documentazione dei campi

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

Definizione alla riga 606 del file hwcomposer.h .

struct hw_device_t common

Metodi comuni del dispositivo di composizione hardware. Questo deve essere il primo membro di hwc_composer_device_1 poiché gli utenti di questa struttura eseguiranno il casting di un hw_device_t a hwc_composer_device_1 in contesti in cui è noto che hw_device_t fa riferimento a hwc_composer_device_1 .

Definizione nella riga 491 del file hwcomposer.h .

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

Definizione nella riga 657 del file hwcomposer.h .

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

Definizione alla riga 588 del file hwcomposer.h .

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

Definizione nella riga 724 del file hwcomposer.h .

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

Definizione nella riga 710 del file hwcomposer.h .

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

Definizione alla riga 689 del file hwcomposer.h .

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

Definizione nella riga 527 del file hwcomposer.h .

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

Definizione nella riga 640 del file hwcomposer.h .

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

Definizione nella riga 649 del file hwcomposer.h .

void* reserved_proc[1]

Definizione nella riga 777 del file hwcomposer.h .

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

Definizione alla riga 572 del file hwcomposer.h .

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

Definizione nella riga 745 del file hwcomposer.h .

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

Definizione nella riga 772 del file hwcomposer.h .

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

Definizione alla riga 631 del file hwcomposer.h .


La documentazione di questa struttura è stata generata dal seguente file: