Lines Matching refs:BufferAllocator
40 void BufferAllocator::LogInterface(const std::string& interface) { in LogInterface()
47 int BufferAllocator::GetDmabufHeapFd(const std::string& heap_name) { in GetDmabufHeapFd()
55 int BufferAllocator::OpenDmabufHeap(const std::string& heap_name) { in OpenDmabufHeap()
71 void BufferAllocator::QueryIonHeaps() { in QueryIonHeaps()
98 BufferAllocator::BufferAllocator() { in BufferAllocator() function in BufferAllocator
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()
235 int BufferAllocator::LegacyIonCpuSync(unsigned int dmabuf_fd, in LegacyIonCpuSync()
253 int BufferAllocator::DoSync(unsigned int dmabuf_fd, bool start, SyncType sync_type, in DoSync()
266 int BufferAllocator::CpuSyncStart(unsigned int dmabuf_fd, SyncType sync_type, in CpuSyncStart()
284 int BufferAllocator::CpuSyncEnd(unsigned int dmabuf_fd, in CpuSyncEnd()