Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaLayer.cpp186 struct VirtioGpuTaskSnapshotSave { struct in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
198 VirtioGpuTaskSnapshotSave, VirtioGpuTaskSnapshotRestore>;
227 void DoTask(VirtioGpuTaskSnapshotSave task);
639 VirtioGpuTaskSnapshotSave saveTask{ in SnapshotSave()
936 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskSnapshotSave task) { in DoTask()
978 } else if constexpr (std::is_same_v<T, VirtioGpuTaskSnapshotSave>) { in DoTask()