Searched refs:heap_name (Results 1 – 2 of 2) sorted by relevance
/hardware/google/graphics/common/libion/ |
D | ion.cpp | 36 std::string heap_name; member 83 int ret = bufallocator.Alloc(it.heap_name, len, flags); in exynos_ion_alloc() 85 ALOGE("Failed to alloc %s, %zu %x (%d)", it.heap_name.c_str(), len, flags, ret); in exynos_ion_alloc()
|
/hardware/google/gchips/gralloc4/src/allocator/ |
D | mali_gralloc_ion.cpp | 213 auto heap_name = use_placeholder ? "system" : select_dmabuf_heap(usage); in alloc_from_dmabuf_heap() local 216 if (heap_name.empty()) { in alloc_from_dmabuf_heap() 222 tag << "heap: " << heap_name << ", bytes: " << size; in alloc_from_dmabuf_heap() 224 int shared_fd = get_allocator().Alloc(heap_name, size, 0); in alloc_from_dmabuf_heap() 227 ALOGE("Allocation failed for heap %s error: %d\n", heap_name.c_str(), shared_fd); in alloc_from_dmabuf_heap()
|