Home
last modified time | relevance | path

Searched refs:ion_heap_name (Results 1 – 4 of 4) sorted by relevance

/system/memory/libdmabufheap/
DBufferAllocatorWrapper.cpp40 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()
DBufferAllocator.cpp136 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/
DBufferAllocator.h65 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,
DBufferAllocatorWrapper.h37 const char* ion_heap_name, unsigned int ion_heap_flags,