Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/
DBufferAllocator.cpp108 MapNameToIonName(kDmabufSystemHeapName, kIonSystemHeapName, ION_FLAG_CACHED); in QueryIonHeaps()
109 MapNameToIonName(kDmabufSystemUncachedHeapName, kIonSystemHeapName); in QueryIonHeaps()
141 int BufferAllocator::MapNameToIonName(const std::string& heap_name, in MapNameToIonName() function in BufferAllocator
171 ret = MapNameToIonName(heap_name, ion_heap_name, ion_heap_flags); in MapNameToIonHeap()
/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocator.h184 int MapNameToIonName(const std::string& heap_name, const std::string& ion_heap_name,