Searched refs:CpuSyncStart (Results 1 – 4 of 4) sorted by relevance
/system/memory/libdmabufheap/tests/ |
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()
|
/system/memory/libdmabufheap/ |
D | BufferAllocatorWrapper.cpp | 60 return buffer_allocator->CpuSyncStart(dmabuf_fd, sync_type, legacy_ion_cpu_sync, in DmabufHeapCpuSyncStart()
|
D | BufferAllocator.cpp | 321 int BufferAllocator::CpuSyncStart(unsigned int dmabuf_fd, SyncType sync_type, in CpuSyncStart() function in BufferAllocator
|
/system/memory/libdmabufheap/include/BufferAllocator/ |
D | BufferAllocator.h | 134 int CpuSyncStart(unsigned int dmabuf_fd, SyncType sync_type = kSyncRead,
|