Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/tests/
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()
/system/memory/libdmabufheap/
DBufferAllocatorWrapper.cpp69 return buffer_allocator->CpuSyncEnd(dmabuf_fd, sync_type, legacy_ion_cpu_sync, custom_data); in DmabufHeapCpuSyncEnd()
DBufferAllocator.cpp331 int BufferAllocator::CpuSyncEnd(unsigned int dmabuf_fd, SyncType sync_type, in CpuSyncEnd() function in BufferAllocator
/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocator.h157 int CpuSyncEnd(unsigned int dmabuf_fd, SyncType sync_type = kSyncRead,