Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/hals/gralloc/legacy/
Dgralloc.cpp53 alloc_device_t* /*dev*/, int format, int w, int h, in gralloc_alloc_buffer() argument
116 static int gralloc_free(alloc_device_t* /*dev*/, buffer_handle_t handle) { in gralloc_free() argument
/device/google/cuttlefish_common/guest/hals/gralloc/
Dgralloc.cpp117 void dump(struct alloc_device_t */*dev*/, char */*buff*/, int /*buff_len*/) {} in dump()
173 static int gralloc_alloc(alloc_device_t* /*dev*/, in gralloc_alloc() argument
223 static int gralloc_free(alloc_device_t* /*dev*/, buffer_handle_t handle) { in gralloc_free() argument
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp460 static void gralloc_dump(struct alloc_device_t* /*dev*/, char* /*buff*/, int /*buff_len*/) {} in gralloc_dump()