Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocator.h149 int LegacyIonCpuSync(unsigned int fd, const CustomCpuSyncLegacyIon& legacy_ion_cpu_sync_custom);
/system/memory/libdmabufheap/
DBufferAllocator.cpp235 int BufferAllocator::LegacyIonCpuSync(unsigned int dmabuf_fd, in LegacyIonCpuSync() function in BufferAllocator
256 return LegacyIonCpuSync(dmabuf_fd, legacy_ion_cpu_sync_custom); in DoSync()