Searched refs:CpuSyncEnd (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/memory/libdmabufheap/tests/ |
H A D | dmabuf_heap_test.cpp | 47 ret = allocator->CpuSyncEnd(map_fd, kSyncReadWrite); in DoAlloc() 192 ret = allocator->CpuSyncEnd(map_fd, kSyncWrite); in TEST_F() 214 ret = allocator->CpuSyncEnd(map_fd); in TEST_F() 234 ret = allocator->CpuSyncEnd(map_fd, sync_type); in TEST_F() 271 ret = allocator->CpuSyncEnd(map_fd, kSyncWrite, CustomCpuSyncEnd); in TEST_F() 328 ret = allocator->CpuSyncEnd(map_fd); in TEST_F()
|
/aosp12/system/memory/libdmabufheap/ |
H A D | BufferAllocatorWrapper.cpp | 69 return buffer_allocator->CpuSyncEnd(dmabuf_fd, sync_type, legacy_ion_cpu_sync, custom_data); in DmabufHeapCpuSyncEnd()
|
H A D | BufferAllocator.cpp | 334 int BufferAllocator::CpuSyncEnd(unsigned int dmabuf_fd, SyncType sync_type, in CpuSyncEnd() function in BufferAllocator
|
/aosp12/hardware/google/graphics/common/libion/ |
H A D | ion.cpp | 111 return bufallocator.CpuSyncEnd(fd, static_cast<SyncType>(direction)); in exynos_ion_sync_end()
|
/aosp12/system/memory/libdmabufheap/include/BufferAllocator/ |
H A D | BufferAllocator.h | 157 int CpuSyncEnd(unsigned int dmabuf_fd, SyncType sync_type = kSyncRead,
|
/aosp12/hardware/google/gchips/gralloc4/src/allocator/ |
H A D | mali_gralloc_ion.cpp | 438 return buffer_allocator->CpuSyncEnd(fd, sync_type_for_flags(read, write)); in sync()
|