Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocator.h148 int GetIonConfig(const std::string& heap_name, IonHeapConfig& heap_config);
/system/memory/libdmabufheap/
DBufferAllocator.cpp166 int BufferAllocator::GetIonConfig(const std::string& heap_name, IonHeapConfig& heap_config) { in GetIonConfig() function in BufferAllocator
212 auto ret = GetIonConfig(heap_name, heap_config); in IonAlloc()