alloc_device_t 結構體參考資料

alloc_device_t 結構體參考資料

#include < gralloc.h >

資料欄位

struct hw_device_t   通用
 
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 行。


這個結構體的說明文件是由下列檔案產生: