Searched refs:CpuSyncStart (Results 1 – 4 of 4) sorted by relevance
/system/memory/libdmabufheap/tests/ |
D | dmabuf_heap_test.cpp | 108 ret = allocator->CpuSyncStart(map_fd, kSyncWrite); in TEST_F() 131 ret = allocator->CpuSyncStart(map_fd); in TEST_F() 154 int ret = allocator->CpuSyncStart(map_fd, sync_type); in TEST_F() 175 int ret = allocator->CpuSyncStart(map_fd1, sync_type); in TEST_F() 196 int ret = allocator->CpuSyncStart(map_fd, sync_type); in TEST_F() 206 ret = allocator->CpuSyncStart(map_fd, sync_type); in TEST_F() 210 ret = allocator->CpuSyncStart(map_fd, sync_type); in TEST_F() 243 int ret = allocator->CpuSyncStart(map_fd, kSyncWrite, CustomCpuSyncStart); in TEST_F()
|
/system/memory/libdmabufheap/ |
D | BufferAllocatorWrapper.cpp | 53 return buffer_allocator->CpuSyncStart(dmabuf_fd, sync_type, legacy_ion_cpu_sync); in DmabufHeapCpuSyncStart()
|
D | BufferAllocator.cpp | 266 int BufferAllocator::CpuSyncStart(unsigned int dmabuf_fd, SyncType sync_type, in CpuSyncStart() function in BufferAllocator
|
/system/memory/libdmabufheap/include/BufferAllocator/ |
D | BufferAllocator.h | 109 int CpuSyncStart(unsigned int dmabuf_fd, SyncType sync_type = kSyncRead,
|