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 行。


此结构体的文档是根据以下文件生成的: