Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/
DBufferAllocator.cpp47 int BufferAllocator::GetDmabufHeapFd(const std::string& heap_name) { in GetDmabufHeapFd()
55 int BufferAllocator::OpenDmabufHeap(const std::string& heap_name) { in OpenDmabufHeap()
114 int BufferAllocator::MapNameToIonMask(const std::string& heap_name, unsigned int ion_heap_mask, in MapNameToIonMask()
123 int BufferAllocator::GetIonHeapIdByName(const std::string& heap_name, unsigned int* heap_id) { in GetIonHeapIdByName()
135 int BufferAllocator::MapNameToIonName(const std::string& heap_name, in MapNameToIonName()
150 int BufferAllocator::MapNameToIonHeap(const std::string& heap_name, in MapNameToIonHeap()
166 int BufferAllocator::GetIonConfig(const std::string& heap_name, IonHeapConfig& heap_config) { in GetIonConfig()
191 int BufferAllocator::DmabufAlloc(const std::string& heap_name, size_t len) { in DmabufAlloc()
210 int BufferAllocator::IonAlloc(const std::string& heap_name, size_t len, unsigned int heap_flags) { in IonAlloc()
227 int BufferAllocator::Alloc(const std::string& heap_name, size_t len, unsigned int heap_flags) { in Alloc()
DBufferAllocatorWrapper.cpp32 int DmabufHeapAlloc(BufferAllocator* buffer_allocator, const char* heap_name, size_t len, in DmabufHeapAlloc()
39 int MapDmabufHeapNameToIonHeap(BufferAllocator* buffer_allocator, const char* heap_name, in MapDmabufHeapNameToIonHeap()