Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.cpp108 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/
DBufferAllocatorWrapper.cpp53 return buffer_allocator->CpuSyncStart(dmabuf_fd, sync_type, legacy_ion_cpu_sync); in DmabufHeapCpuSyncStart()
DBufferAllocator.cpp266 int BufferAllocator::CpuSyncStart(unsigned int dmabuf_fd, SyncType sync_type, in CpuSyncStart() function in BufferAllocator
/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocator.h109 int CpuSyncStart(unsigned int dmabuf_fd, SyncType sync_type = kSyncRead,