Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/
DBufferAllocator.cpp50 int BufferAllocator::OpenDmabufHeap(const std::string& heap_name) { in OpenDmabufHeap()
119 int BufferAllocator::MapNameToIonMask(const std::string& heap_name, unsigned int ion_heap_mask, in MapNameToIonMask()
130 int BufferAllocator::GetIonHeapIdByName(const std::string& heap_name, unsigned int* heap_id) { in GetIonHeapIdByName()
142 int BufferAllocator::MapNameToIonName(const std::string& heap_name, in MapNameToIonName()
159 int BufferAllocator::MapNameToIonHeap(const std::string& heap_name, in MapNameToIonHeap()
181 int BufferAllocator::GetIonConfig(const std::string& heap_name, IonHeapConfig& heap_config) { in GetIonConfig()
213 int BufferAllocator::DmabufAlloc(const std::string& heap_name, size_t len, int fd) { in DmabufAlloc()
245 int BufferAllocator::IonAlloc(const std::string& heap_name, size_t len, in IonAlloc()
263 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()
52 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()