Searched defs:alloc_device_t (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dgralloc.h160 * been created with (*alloc_device_t::alloc)() can be used.
169 * with (*alloc_device_t::alloc)().
326 typedef struct alloc_device_t { struct
343 int (*alloc)(struct alloc_device_t* dev,
357 int (*free)(struct alloc_device_t* dev,
364 void (*dump)(struct alloc_device_t *dev, char *buff, int buff_len);
367 } alloc_device_t; typedef in typeref:struct:alloc_device_t
373 struct alloc_device_t** device) {
378 static inline int gralloc_close(struct alloc_device_t* device) {

Completed in 146 milliseconds