Searched refs:ion_heap_name (Results 1 – 4 of 4) sorted by relevance
/system/memory/libdmabufheap/ |
D | BufferAllocatorWrapper.cpp | 40 const char* ion_heap_name, unsigned int ion_heap_flags, in MapDmabufHeapNameToIonHeap() argument 45 return buffer_allocator->MapNameToIonHeap(heap_name, ion_heap_name, ion_heap_flags, in MapDmabufHeapNameToIonHeap()
|
D | BufferAllocator.cpp | 136 const std::string& ion_heap_name, in MapNameToIonName() argument 139 auto ret = GetIonHeapIdByName(ion_heap_name, &ion_heap_id); in MapNameToIonName() 151 const std::string& ion_heap_name, in MapNameToIonHeap() argument 159 } else if (!DmabufHeapsSupported() && !ion_heap_name.empty()) { in MapNameToIonHeap() 160 ret = MapNameToIonName(heap_name, ion_heap_name, ion_heap_flags); in MapNameToIonHeap()
|
/system/memory/libdmabufheap/include/BufferAllocator/ |
D | BufferAllocator.h | 65 int MapNameToIonHeap(const std::string& heap_name, const std::string& ion_heap_name, 138 int MapNameToIonName(const std::string& heap_name, const std::string& ion_heap_name,
|
D | BufferAllocatorWrapper.h | 37 const char* ion_heap_name, unsigned int ion_heap_flags,
|