Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/
DBufferAllocator.cpp126 heap_name_to_config_[heap_name] = heap_config; in MapNameToIonMask()
154 heap_name_to_config_[heap_name] = heap_config; in MapNameToIonName()
186 auto it = heap_name_to_config_.find(heap_name); in GetIonConfig()
187 if (it != heap_name_to_config_.end()) { in GetIonConfig()
204 heap_name_to_config_[heap_name] = heap_config; in GetIonConfig()
/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocator.h234 std::unordered_map<std::string, struct IonHeapConfig> heap_name_to_config_; variable