Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaLayer.cpp189 struct VirtioGpuTaskSnapshotRestore { struct in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
198 VirtioGpuTaskSnapshotSave, VirtioGpuTaskSnapshotRestore>;
228 void DoTask(VirtioGpuTaskSnapshotRestore task);
648 VirtioGpuTaskSnapshotRestore restoreTask{ in SnapshotRestore()
943 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskSnapshotRestore task) { in DoTask()
980 } else if constexpr (std::is_same_v<T, VirtioGpuTaskSnapshotRestore>) { in DoTask()