Home
last modified time | relevance | path

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

/aosp12/system/memory/libdmabufheap/
H A DBufferAllocator.cpp309 int BufferAllocator::DoSync(unsigned int dmabuf_fd, bool start, SyncType sync_type, in DoSync() function in BufferAllocator
327 int ret = DoSync(dmabuf_fd, true /* start */, sync_type, legacy_ion_cpu_sync_custom, in CpuSyncStart()
337 int ret = DoSync(dmabuf_fd, false /* start */, sync_type, legacy_ion_cpu_sync_custom, in CpuSyncEnd()
/aosp12/system/memory/libdmabufheap/include/BufferAllocator/
H A DBufferAllocator.h197 int DoSync(unsigned int dmabuf_fd, bool start, SyncType sync_type,