Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/fake-android-guest/hardware/
Dgralloc.h353 typedef struct alloc_device_t { struct
370 int (*alloc)(struct alloc_device_t* dev, argument
384 int (*free)(struct alloc_device_t* dev, argument
391 void (*dump)(struct alloc_device_t *dev, char *buff, int buff_len); argument
394 } alloc_device_t; typedef
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp571 static void gralloc_dump(struct alloc_device_t* /*dev*/, char* /*buff*/, int /*buff_len*/) {} in gralloc_dump()