Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/
DBufferAllocator.cpp119 heap_name_to_config_[heap_name] = heap_config; in MapNameToIonMask()
145 heap_name_to_config_[heap_name] = heap_config; in MapNameToIonName()
168 auto it = heap_name_to_config_.find(heap_name); in GetIonConfig()
169 if (it != heap_name_to_config_.end()) { in GetIonConfig()
181 heap_name_to_config_[heap_name] = heap_config; in GetIonConfig()
/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocator.h175 std::unordered_map<std::string, struct IonHeapConfig> heap_name_to_config_; variable