alloc_device_t 構造体リファレンス

alloc_device_t 構造体リファレンス

#include < gralloc.h >

データ フィールド

struct hw_device_t   common
 
int(*  alloc )(struct alloc_device_t *dev, int w, int h, int format, int usage, buffer_handle_t *handle, int *stride)
 
int(*  free )(struct alloc_device_t *dev, buffer_handle_t handle)
 
void(*  dump )(struct alloc_device_t *dev, char *buff, int buff_len)
 
void * reserved_proc [7]
 

詳細な説明

すべてのデバイス データ構造は hw_device_t で始まり、その後にモジュール固有の公開メソッドと属性が続く必要があります。

ファイル gralloc.h の行 326 の定義。

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

int(* alloc)(struct alloc_device_t *dev, int w, int h, int format, int usage, buffer_handle_t *handle, int *stride)

ファイル gralloc.h 343 行の定義。

struct hw_device_t common

ファイル gralloc.h 327 行の定義。

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

ファイル gralloc.h 364 行 の定義。

int(* free)(struct alloc_device_t *dev, buffer_handle_t handle)

ファイル gralloc.h 357 行の定義。

void* reserved_proc[7]

ファイル gralloc.h 366 行 の定義。


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