Home
last modified time | relevance | path

Searched refs:uses_legacy_ion_iface_ (Results 1 – 2 of 2) sorted by relevance

/system/memory/libdmabufheap/
DBufferAllocator.cpp85 uses_legacy_ion_iface_ = ion_is_legacy(ion_fd_); in QueryIonHeaps()
86 if (uses_legacy_ion_iface_) { in QueryIonHeaps()
172 if (uses_legacy_ion_iface_ || ion_heap_name == "") { in MapNameToIonHeap()
194 if (uses_legacy_ion_iface_) { in GetIonConfig()
333 if (uses_legacy_ion_iface_) { in DoSync()
/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocator.h230 bool uses_legacy_ion_iface_ = false; variable