Referencia de la estructura alloc_device_t

Referencia de la estructura alloc_device_t

#include < gralloc.h >

Campos de datos

struct hw_device_t   común
 
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]
 

Descripción detallada

Cada estructura de datos del dispositivo debe comenzar con hw_device_t , seguida de métodos y atributos públicos específicos del módulo.

Definición en la línea 326 del archivo gralloc.h .

Documentación de campos

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

Definición en la línea 343 del archivo gralloc.h .

struct hw_device_t común

Definición en la línea 327 del archivo gralloc.h .

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

Definición en la línea 364 del archivo gralloc.h .

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

Definición en la línea 357 del archivo gralloc.h .

void* reserved_proc[7]

Definición en la línea 366 del archivo gralloc.h .


La documentación de esta struct se generó a partir del siguiente archivo: