Home
last modified time | relevance | path

Searched defs:heap_name (Results 1 – 3 of 3) sorted by relevance

/system/memory/libdmabufheap/
DBufferAllocator.cpp49 int BufferAllocator::OpenDmabufHeap(const std::string& heap_name) { in OpenDmabufHeap()
118 int BufferAllocator::MapNameToIonMask(const std::string& heap_name, unsigned int ion_heap_mask, in MapNameToIonMask()
129 int BufferAllocator::GetIonHeapIdByName(const std::string& heap_name, unsigned int* heap_id) { in GetIonHeapIdByName()
141 int BufferAllocator::MapNameToIonName(const std::string& heap_name, in MapNameToIonName()
158 int BufferAllocator::MapNameToIonHeap(const std::string& heap_name, in MapNameToIonHeap()
177 int BufferAllocator::GetIonConfig(const std::string& heap_name, IonHeapConfig& heap_config) { in GetIonConfig()
209 int BufferAllocator::DmabufAlloc(const std::string& heap_name, size_t len) { in DmabufAlloc()
227 int BufferAllocator::IonAlloc(const std::string& heap_name, size_t len, in IonAlloc()
245 int BufferAllocator::Alloc(const std::string& heap_name, size_t len, in Alloc()
DBufferAllocatorWrapper.cpp32 int DmabufHeapAlloc(BufferAllocator* buffer_allocator, const char* heap_name, size_t len, in DmabufHeapAlloc()
45 int MapDmabufHeapNameToIonHeap(BufferAllocator* buffer_allocator, const char* heap_name, in MapDmabufHeapNameToIonHeap()
/system/memory/libdmabufheap/tests/
Ddmabuf_heap_bench.c170 void dmabuf_heap_bench(char* heap_name, int size) { in dmabuf_heap_bench()