Searched defs:alloc_device_t (Results 1 – 2 of 2) sorted by relevance
353 typedef struct alloc_device_t { struct370 int (*alloc)(struct alloc_device_t* dev, argument384 int (*free)(struct alloc_device_t* dev, argument391 void (*dump)(struct alloc_device_t *dev, char *buff, int buff_len); argument394 } alloc_device_t; typedef
571 static void gralloc_dump(struct alloc_device_t* /*dev*/, char* /*buff*/, int /*buff_len*/) {} in gralloc_dump()