Home
last modified time | relevance | path

Searched refs:SyncType (Results 1 – 5 of 5) sorted by relevance

/system/memory/libdmabufheap/include/BufferAllocator/
DBufferAllocatorWrapper.h48 SyncType sync_type, int (*legacy_ion_cpu_sync)(int, int, void *),
52 SyncType sync_type, int (*legacy_ion_cpu_sync)(int, int, void*),
DBufferAllocator.h134 int CpuSyncStart(unsigned int dmabuf_fd, SyncType sync_type = kSyncRead,
157 int CpuSyncEnd(unsigned int dmabuf_fd, SyncType sync_type = kSyncRead,
207 int DoSync(unsigned int dmabuf_fd, bool start, SyncType sync_type,
Ddmabufheap-defs.h29 } SyncType; typedef
/system/memory/libdmabufheap/
DBufferAllocatorWrapper.cpp63 SyncType sync_type, int (*legacy_ion_cpu_sync)(int, int, void *), in DmabufHeapCpuSyncStart()
72 SyncType sync_type, int (*legacy_ion_cpu_sync)(int, int, void*), in DmabufHeapCpuSyncEnd()
DBufferAllocator.cpp330 int BufferAllocator::DoSync(unsigned int dmabuf_fd, bool start, SyncType sync_type, in DoSync()
345 int BufferAllocator::CpuSyncStart(unsigned int dmabuf_fd, SyncType sync_type, in CpuSyncStart()
355 int BufferAllocator::CpuSyncEnd(unsigned int dmabuf_fd, SyncType sync_type, in CpuSyncEnd()