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

/hardware/libhardware/include/hardware/
H A Dgralloc.h103 * been created with (*alloc_device_t::alloc)() can be used.
112 * with (*alloc_device_t::alloc)().
195 typedef struct alloc_device_t { struct
208 int (*alloc)(struct alloc_device_t* dev,
222 int (*free)(struct alloc_device_t* dev,
225 } alloc_device_t; typedef in typeref:struct:alloc_device_t
328 struct alloc_device_t** device) {
333 static inline int gralloc_close(struct alloc_device_t* device) {

Completed in 248 milliseconds