Home
last modified time | relevance | path

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

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