• Home
  • Raw
  • Download

Lines Matching refs:BufferAllocator

42 void BufferAllocator::LogInterface(const std::string& interface) {  in LogInterface()
49 int BufferAllocator::OpenDmabufHeap(const std::string& heap_name) { in OpenDmabufHeap()
83 void BufferAllocator::QueryIonHeaps() { in QueryIonHeaps()
112 BufferAllocator::BufferAllocator() { in BufferAllocator() function in BufferAllocator
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()
255 int BufferAllocator::AllocSystem(bool cpu_access_needed, size_t len, unsigned int heap_flags, in AllocSystem()
287 int BufferAllocator::LegacyIonCpuSync(unsigned int dmabuf_fd, in LegacyIonCpuSync()
306 int BufferAllocator::DoSync(unsigned int dmabuf_fd, bool start, SyncType sync_type, in DoSync()
321 int BufferAllocator::CpuSyncStart(unsigned int dmabuf_fd, SyncType sync_type, in CpuSyncStart()
331 int BufferAllocator::CpuSyncEnd(unsigned int dmabuf_fd, SyncType sync_type, in CpuSyncEnd()
341 std::unordered_set<std::string> BufferAllocator::GetDmabufHeapList() { in GetDmabufHeapList()
357 bool BufferAllocator::CheckIonSupport() { in CheckIonSupport()