Home
last modified time | relevance | path

Searched refs:DoSync (Results 1 – 2 of 2) sorted by relevance

/system/memory/libdmabufheap/
DBufferAllocator.cpp253 int BufferAllocator::DoSync(unsigned int dmabuf_fd, bool start, SyncType sync_type, in DoSync() function in BufferAllocator
274 int ret = DoSync(dmabuf_fd, true /* start */, sync_type, legacy_ion_cpu_sync_custom); in CpuSyncStart()
292 int ret = DoSync(dmabuf_fd, false /* start */, it->second /* sync_type */, in CpuSyncEnd()
/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocator.h151 int DoSync(unsigned int dmabuf_fd, bool start, SyncType sync_type,