Searched refs:legacy_ion_cpu_sync_custom (Results 1 – 2 of 2) sorted by relevance
/system/memory/libdmabufheap/ |
D | BufferAllocator.cpp | 288 const CustomCpuSyncLegacyIon& legacy_ion_cpu_sync_custom, in LegacyIonCpuSync() argument 290 if (!legacy_ion_cpu_sync_custom) in LegacyIonCpuSync() 300 int ret = legacy_ion_cpu_sync_custom(new_ion_fd, dmabuf_fd, legacy_ion_custom_data); in LegacyIonCpuSync() 307 const CustomCpuSyncLegacyIon& legacy_ion_cpu_sync_custom, in DoSync() argument 310 return LegacyIonCpuSync(dmabuf_fd, legacy_ion_cpu_sync_custom, in DoSync() 322 const CustomCpuSyncLegacyIon& legacy_ion_cpu_sync_custom, in CpuSyncStart() argument 324 int ret = DoSync(dmabuf_fd, true /* start */, sync_type, legacy_ion_cpu_sync_custom, in CpuSyncStart() 332 const CustomCpuSyncLegacyIon& legacy_ion_cpu_sync_custom, in CpuSyncEnd() argument 334 int ret = DoSync(dmabuf_fd, false /* start */, sync_type, legacy_ion_cpu_sync_custom, in CpuSyncEnd()
|
/system/memory/libdmabufheap/include/BufferAllocator/ |
D | BufferAllocator.h | 195 int LegacyIonCpuSync(unsigned int fd, const CustomCpuSyncLegacyIon& legacy_ion_cpu_sync_custom, 198 const CustomCpuSyncLegacyIon& legacy_ion_cpu_sync_custom,
|