Searched refs:DoSync (Results 1 – 2 of 2) sorted by relevance
/system/memory/libdmabufheap/ |
D | BufferAllocator.cpp | 253 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/ |
D | BufferAllocator.h | 151 int DoSync(unsigned int dmabuf_fd, bool start, SyncType sync_type,
|