Searched refs:DoSync (Results 1 – 2 of 2) sorted by relevance
/system/memory/libdmabufheap/ |
D | BufferAllocator.cpp | 306 int BufferAllocator::DoSync(unsigned int dmabuf_fd, bool start, SyncType sync_type, in DoSync() function in BufferAllocator 324 int ret = DoSync(dmabuf_fd, true /* start */, sync_type, legacy_ion_cpu_sync_custom, in CpuSyncStart() 334 int ret = DoSync(dmabuf_fd, false /* start */, sync_type, legacy_ion_cpu_sync_custom, in CpuSyncEnd()
|
/system/memory/libdmabufheap/include/BufferAllocator/ |
D | BufferAllocator.h | 197 int DoSync(unsigned int dmabuf_fd, bool start, SyncType sync_type,
|