Searched refs:CpuSyncEnd (Results 1 – 4 of 4) sorted by relevance
/system/memory/libdmabufheap/tests/ |
D | dmabuf_heap_test.cpp | 47 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()
|
/system/memory/libdmabufheap/ |
D | BufferAllocatorWrapper.cpp | 69 return buffer_allocator->CpuSyncEnd(dmabuf_fd, sync_type, legacy_ion_cpu_sync, custom_data); in DmabufHeapCpuSyncEnd()
|
D | BufferAllocator.cpp | 331 int BufferAllocator::CpuSyncEnd(unsigned int dmabuf_fd, SyncType sync_type, in CpuSyncEnd() function in BufferAllocator
|
/system/memory/libdmabufheap/include/BufferAllocator/ |
D | BufferAllocator.h | 157 int CpuSyncEnd(unsigned int dmabuf_fd, SyncType sync_type = kSyncRead,
|