Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaLayer.h84 void SnapshotRestore(const std::string& directory);
DRutabagaLayer.cpp120 void SnapshotRestore(const std::string& directory);
645 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::SnapshotRestore(const std::string& directory) { in SnapshotRestore() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
1158 void EmulatedVirtioGpu::SnapshotRestore(const std::string& directory) { in SnapshotRestore() function in gfxstream::EmulatedVirtioGpu
1159 mImpl->SnapshotRestore(directory); in SnapshotRestore()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp620 emulation->SnapshotRestore(directory); in SnapshotSaveAndLoad()