Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/
DBufferAllocator.cpp87 MapNameToIonMask(kDmabufSystemHeapName, ION_HEAP_SYSTEM_MASK, ION_FLAG_CACHED); in QueryIonHeaps()
88 MapNameToIonMask(kDmabufSystemUncachedHeapName, ION_HEAP_SYSTEM_MASK); in QueryIonHeaps()
118 int BufferAllocator::MapNameToIonMask(const std::string& heap_name, unsigned int ion_heap_mask, in MapNameToIonMask() function in BufferAllocator
169 ret = MapNameToIonMask(heap_name, legacy_ion_heap_mask, legacy_ion_heap_flags); in MapNameToIonHeap()
/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocator.h182 int MapNameToIonMask(const std::string& heap_name, unsigned int ion_heap_mask,