Home
last modified time | relevance | path

Searched defs:sync_type (Results 1 – 3 of 3) sorted by relevance

/system/memory/libdmabufheap/
DBufferAllocatorWrapper.cpp56 SyncType sync_type, int (*legacy_ion_cpu_sync)(int, int, void *), in DmabufHeapCpuSyncStart()
65 SyncType sync_type, int (*legacy_ion_cpu_sync)(int, int, void*), in DmabufHeapCpuSyncEnd()
DBufferAllocator.cpp306 int BufferAllocator::DoSync(unsigned int dmabuf_fd, bool start, SyncType sync_type, in DoSync()
321 int BufferAllocator::CpuSyncStart(unsigned int dmabuf_fd, SyncType sync_type, in CpuSyncStart()
331 int BufferAllocator::CpuSyncEnd(unsigned int dmabuf_fd, SyncType sync_type, in CpuSyncEnd()
/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.cpp224 for (auto sync_type : vec_sync_type) { in TEST_F() local