Home
last modified time | relevance | path

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

/aosp12/system/memory/libdmabufheap/tests/
H A Ddmabuf_heap_test.cpp47 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 DBufferAllocatorWrapper.cpp69 return buffer_allocator->CpuSyncEnd(dmabuf_fd, sync_type, legacy_ion_cpu_sync, custom_data); in DmabufHeapCpuSyncEnd()
H A DBufferAllocator.cpp334 int BufferAllocator::CpuSyncEnd(unsigned int dmabuf_fd, SyncType sync_type, in CpuSyncEnd() function in BufferAllocator
/aosp12/hardware/google/graphics/common/libion/
H A Dion.cpp111 return bufallocator.CpuSyncEnd(fd, static_cast<SyncType>(direction)); in exynos_ion_sync_end()
/aosp12/system/memory/libdmabufheap/include/BufferAllocator/
H A DBufferAllocator.h157 int CpuSyncEnd(unsigned int dmabuf_fd, SyncType sync_type = kSyncRead,
/aosp12/hardware/google/gchips/gralloc4/src/allocator/
H A Dmali_gralloc_ion.cpp438 return buffer_allocator->CpuSyncEnd(fd, sync_type_for_flags(read, write)); in sync()