Home
last modified time | relevance | path

Searched refs:legacy_heap_id (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libion/
Dion.cpp55 const char *exynos_ion_get_heap_name(unsigned int legacy_heap_id) { in exynos_ion_get_heap_name() argument
56 if (legacy_heap_id >= ARRAY_SIZE(heap_map_table)) in exynos_ion_get_heap_name()
59 return heap_map_table[legacy_heap_id].ion_heap_name.c_str(); in exynos_ion_get_heap_name()
/hardware/google/graphics/common/libion/include/hardware/exynos/
Dion.h77 const char *exynos_ion_get_heap_name(unsigned int legacy_heap_id);