Documentation de référence sur la struct framebuffer_device_t

Documentation de référence sur la struct framebuffer_device_t

#include < fb.h >

Champs de données

struct hw_device_t   commun
 
const uint32_t  indicateurs
 
const uint32_t  width
 
const uint32_t  hauteur
 
const int  foulée
 
const int  format
 
const float  xdpi
 
const float  ydpi
 
const float  fps
 
const int  minSwapInterval
 
const int  maxSwapInterval
 
const int  numFramebuffers
 
int  réservé [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]
 

Description détaillée

Définition à la ligne  38 du fichier fb.h .

Documentation des champs

struct hw_device_t common

Méthodes courantes de l'appareil framebuffer. Cet élément doit être le premier membre de framebuffer_device_t , car les utilisateurs de cette structure castent un hw_device_t en pointeur framebuffer_device_t dans les contextes où il est connu que hw_device_t fait référence à un framebuffer_device_t .

Définition à la ligne  45 du fichier fb.h .

int(* compositionComplete)(struct framebuffer_device_t *dev)

Définition à la ligne  136 du fichier  fb.h .

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

Définition à la ligne  143 du fichier  fb.h .

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

Définition à la ligne  151 du fichier fb.h .

const uint32_t flags

Définition à la ligne  48 du fichier fb.h .

Format const int

Définition à la ligne  58 du fichier  fb.h .

const float fps

Définition à la ligne  65 du fichier fb.h .

const uint32_t height

Définition à la ligne  52 du fichier  fb.h .

const int maxSwapInterval

Définition à la ligne  71 du fichier fb.h .

const int minSwapInterval

Définition à la ligne  68 du fichier fb.h .

const int numFramebuffers

Définition à la ligne  74 du fichier  fb.h .

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

Définition à la ligne  128 du fichier  fb.h .

int reserved[7]

Définition à la ligne  76 du fichier fb.h .

void* reserved_proc[6]

Définition à la ligne  153 du fichier fb.h .

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

Définition à la ligne  83 du fichier  fb.h .

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

Définition à la ligne  106 du fichier  fb.h .

const int stride

Définition à la ligne  55 du fichier fb.h .

const uint32_t width

Définition à la ligne  51 du fichier  fb.h .

const float xdpi

Définition à la ligne  61 du fichier  fb.h .

const float ydpi

Définition à la ligne  62 du fichier  fb.h .


La documentation de ce struct a été générée à partir du fichier suivant :
  • hardware/libhardware/include/hardware/ fb.h