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开头,后跟模块特定的公共方法和属性。
现场文档
int(* alloc)(struct alloc_device_t *dev, int w, int h, int 格式, int 用法, buffer_handle_t *handle, int *stride) |
结构体hw_device_t公共 |
void(* dump)(struct alloc_device_t *dev, char *buff, int buff_len) |
int(* free)(struct alloc_device_t *dev, buffer_handle_t 句柄) |
该结构的文档是从以下文件生成的: