Searched refs:CpuSyncStart (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/memory/libdmabufheap/tests/ |
H A D | dmabuf_heap_test.cpp | 44 int ret = allocator->CpuSyncStart(map_fd, kSyncReadWrite); in DoAlloc() 187 ret = allocator->CpuSyncStart(map_fd, kSyncWrite); in TEST_F() 209 ret = allocator->CpuSyncStart(map_fd); in TEST_F() 231 int ret = allocator->CpuSyncStart(map_fd, sync_type); in TEST_F() 266 int ret = allocator->CpuSyncStart(map_fd, kSyncWrite, CustomCpuSyncStart); in TEST_F() 323 int ret = allocator->CpuSyncStart(map_fd); in TEST_F()
|
/aosp12/hardware/google/graphics/common/libion/ |
H A D | ion.cpp | 99 return bufallocator.CpuSyncStart(fd, kSyncReadWrite); in exynos_ion_sync_fd() 105 return bufallocator.CpuSyncStart(fd, static_cast<SyncType>(direction)); in exynos_ion_sync_start()
|
/aosp12/system/memory/libdmabufheap/ |
H A D | BufferAllocatorWrapper.cpp | 60 return buffer_allocator->CpuSyncStart(dmabuf_fd, sync_type, legacy_ion_cpu_sync, in DmabufHeapCpuSyncStart()
|
H A D | BufferAllocator.cpp | 324 int BufferAllocator::CpuSyncStart(unsigned int dmabuf_fd, SyncType sync_type, in CpuSyncStart() function in BufferAllocator
|
/aosp12/system/memory/libdmabufheap/include/BufferAllocator/ |
H A D | BufferAllocator.h | 134 int CpuSyncStart(unsigned int dmabuf_fd, SyncType sync_type = kSyncRead,
|
/aosp12/hardware/google/gchips/gralloc4/src/allocator/ |
H A D | mali_gralloc_ion.cpp | 434 return buffer_allocator->CpuSyncStart(fd, sync_type_for_flags(read, write)); in sync()
|