framebuffer_device_t 構造体リファレンス

framebuffer_device_t 構造体リファレンス

#include < fb.h >

データ フィールド

struct hw_device_t   common
 
const uint32_t  フラグ
 
const uint32_t  width
 
const uint32_t  height
 
const int stride
 
const int 形式
 
const float  xdpi
 
const float  ydpi
 
const float  fps
 
const int minSwapInterval
 
const int maxSwapInterval
 
const int numFramebuffers
 
int 予約済み [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]
 

詳細な説明

ファイル fb.h 38 行 の定義。

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

struct hw_device_t common

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

ファイル fb.h 45 行 の定義。

int(* compositionComplete)(struct framebuffer_device_t *dev)

ファイル fb.h 136 行の定義。

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

ファイル fb.h 143 行の定義。

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

ファイル fb.h の 151 行 に定義されています。

const uint32_t flags

ファイル fb.h 48 行 の定義。

const int 形式

ファイル fb.h 58 行 の定義。

const float fps

ファイル fb.h 65 行目 の定義。

const uint32_t height

ファイル fb.h 52 行 の定義。

const int maxSwapInterval

ファイル fb.h 71 行 の定義。

const int minSwapInterval

ファイル fb.h 68 行目 の定義。

const int numFramebuffers

ファイル fb.h 74 行の定義。

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

ファイル fb.h 128 行目の定義。

int reserved[7]

ファイル fb.h 76 行 の定義。

void* reserved_proc[6]

ファイル fb.h 153 行 の定義。

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

ファイル fb.h 83 行 の定義。

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

ファイル fb.h 106 行 の定義。

const int stride

ファイル fb.h 55 行 の定義。

const uint32_t width

ファイル fb.h 51 行 の定義。

const float xdpi

ファイル fb.h 61 行目 の定義。

const float ydpi

ファイル fb.h 62 行目 の定義。


この構造体のドキュメントは、次のファイルから生成されました。
  • hardware/libhardware/include/hardware/ fb.h