Searched refs:SyncType (Results 1 – 5 of 5) sorted by relevance
/system/memory/libdmabufheap/include/BufferAllocator/ |
D | BufferAllocatorWrapper.h | 45 SyncType sync_type, int (*legacy_ion_cpu_sync)(int, int, void *), 49 SyncType sync_type, int (*legacy_ion_cpu_sync)(int, int, void*),
|
D | BufferAllocator.h | 134 int CpuSyncStart(unsigned int dmabuf_fd, SyncType sync_type = kSyncRead, 157 int CpuSyncEnd(unsigned int dmabuf_fd, SyncType sync_type = kSyncRead, 197 int DoSync(unsigned int dmabuf_fd, bool start, SyncType sync_type,
|
D | dmabufheap-defs.h | 29 } SyncType; typedef
|
/system/memory/libdmabufheap/ |
D | BufferAllocatorWrapper.cpp | 56 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()
|
D | BufferAllocator.cpp | 306 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()
|