Searched refs:legacy_ion_cpu_sync_custom (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/memory/libdmabufheap/ |
H A D | BufferAllocator.cpp | 291 const CustomCpuSyncLegacyIon& legacy_ion_cpu_sync_custom, in LegacyIonCpuSync() argument 293 if (!legacy_ion_cpu_sync_custom) in LegacyIonCpuSync() 303 int ret = legacy_ion_cpu_sync_custom(new_ion_fd, dmabuf_fd, legacy_ion_custom_data); in LegacyIonCpuSync() 310 const CustomCpuSyncLegacyIon& legacy_ion_cpu_sync_custom, in DoSync() argument 313 return LegacyIonCpuSync(dmabuf_fd, legacy_ion_cpu_sync_custom, in DoSync() 325 const CustomCpuSyncLegacyIon& legacy_ion_cpu_sync_custom, in CpuSyncStart() argument 327 int ret = DoSync(dmabuf_fd, true /* start */, sync_type, legacy_ion_cpu_sync_custom, in CpuSyncStart() 335 const CustomCpuSyncLegacyIon& legacy_ion_cpu_sync_custom, in CpuSyncEnd() argument 337 int ret = DoSync(dmabuf_fd, false /* start */, sync_type, legacy_ion_cpu_sync_custom, in CpuSyncEnd()
|
/aosp12/system/memory/libdmabufheap/include/BufferAllocator/ |
H A D | BufferAllocator.h | 195 int LegacyIonCpuSync(unsigned int fd, const CustomCpuSyncLegacyIon& legacy_ion_cpu_sync_custom, 198 const CustomCpuSyncLegacyIon& legacy_ion_cpu_sync_custom,
|