Home
last modified time | relevance | path

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

/packages/modules/Virtualization/tests/helper/src/java/com/android/microdroid/test/device/
DMicrodroidDeviceTestBase.java312 public OptionalLong getVcpuStartedNanoTime() { in getVcpuStartedNanoTime() method in MicrodroidDeviceTestBase
416 private long getVcpuStartedNanoTime() { in getVcpuStartedNanoTime() method in BootResult
435 return getVcpuStartedNanoTime() - apiCallNanoTime; in getVMStartingElapsedNanoTime()
439 return getKernelStartedNanoTime() - getVcpuStartedNanoTime(); in getBootloaderElapsedNanoTime()
501 listener.getVcpuStartedNanoTime(), in tryBootVm()