Home
last modified time | relevance | path

Searched refs:CpuSyncStart (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/memory/libdmabufheap/tests/
H A Ddmabuf_heap_test.cpp44 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 Dion.cpp99 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 DBufferAllocatorWrapper.cpp60 return buffer_allocator->CpuSyncStart(dmabuf_fd, sync_type, legacy_ion_cpu_sync, in DmabufHeapCpuSyncStart()
H A DBufferAllocator.cpp324 int BufferAllocator::CpuSyncStart(unsigned int dmabuf_fd, SyncType sync_type, in CpuSyncStart() function in BufferAllocator
/aosp12/system/memory/libdmabufheap/include/BufferAllocator/
H A DBufferAllocator.h134 int CpuSyncStart(unsigned int dmabuf_fd, SyncType sync_type = kSyncRead,
/aosp12/hardware/google/gchips/gralloc4/src/allocator/
H A Dmali_gralloc_ion.cpp434 return buffer_allocator->CpuSyncStart(fd, sync_type_for_flags(read, write)); in sync()