alloc_device_t 結構參考

alloc_device_t 結構參考

#include < gralloc.h >

資料欄位

結構體hw_device_t常見的
整數(* alloc )(struct alloc_device_t *dev, int w, int h, int 格式, int 用法, buffer_handle_t *handle, int *stride)
整數(* free )(struct alloc_device_t *dev, buffer_handle_t 句柄)
空白(*轉儲)(struct alloc_device_t *dev, char *buff, int buff_len)
空白 *保留進程[7]

詳細說明

每個裝置資料結構必須以hw_device_t開頭,後面跟著模組特定的公共方法和屬性。

定義位於檔案gralloc.h的第326行。

現場文檔

int(* alloc)(struct alloc_device_t *dev, int w, int h, int 格式, int 用法, buffer_handle_t *handle, int *stride)

定義位於檔案gralloc.h的第343行。

結構體hw_device_t公共

定義位於檔案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 句柄)

定義位於檔案gralloc.h的第357行。

無效* 保留_過程[7]

定義位於檔案gralloc.h的第366行。


該結構的文檔是從以下文件產生的: