Home
last modified time | relevance | path

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

/external/autotest/client/cros/multimedia/
Ddisplay_facade_adapter.py170 def suspend_resume(self, suspend_time=10): argument
176 self._display_component.suspend_resume(suspend_time)
182 def suspend_resume_bg(self, suspend_time=10): argument
187 self._display_component.suspend_resume_bg(suspend_time)
Ddisplay_facade_native.py527 def suspend_resume(self, suspend_time=10): argument
532 sys_power.do_suspend(suspend_time)
536 def suspend_resume_bg(self, suspend_time=10): argument
542 args=(suspend_time,))
/external/autotest/server/cros/multimedia/
Ddisplay_facade_adapter.py185 def suspend_resume(self, suspend_time=10): argument
191 self._display_proxy.suspend_resume(suspend_time)
197 def suspend_resume_bg(self, suspend_time=10): argument
203 self._display_proxy.suspend_resume_bg(suspend_time)
/external/autotest/server/site_tests/display_SuspendStress/
Ddisplay_SuspendStress.py84 suspend_time = random.randint(*suspend_time_range)
86 suspend_time)
87 display_facade.suspend_resume(suspend_time)
/external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/
Daudio_AudioQualityAfterSuspend.py35 def action_suspend(self, suspend_time=SUSPEND_SECONDS): argument
41 self.host.suspend(suspend_time=suspend_time)
/external/autotest/server/site_tests/audio_AudioAfterSuspend/
Daudio_AudioAfterSuspend.py53 def action_suspend(self, suspend_time=SUSPEND_SECONDS): argument
59 self.host.suspend(suspend_time=suspend_time)
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
Dplatform_ExternalUsbPeripherals.py115 def suspend_for_time(self, suspend_time=_SUSPEND_TIME): argument
122 self.host.suspend(suspend_time=suspend_time)
/external/autotest/server/site_tests/hardware_MemoryIntegrity/
Dhardware_MemoryIntegrity.py59 self._client.suspend(suspend_time=seconds)
/external/autotest/server/site_tests/platform_SuspendResumeTiming/
Dplatform_SuspendResumeTiming.py138 self.host.suspend(suspend_time=_SUSPEND_TIME)
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py489 def suspend_resume(self, suspend_time=SUSPEND_TIME_SECS): argument
495 logging.info('The DUT suspends for %d seconds...', suspend_time)
497 self.host.suspend(suspend_time=suspend_time)
499 logging.error('The DUT did not suspend for %d seconds', suspend_time)
/external/wpa_supplicant_8/wpa_supplicant/
Dnotify.c594 os_get_time(&global->suspend_time); in wpas_notify_suspend()
607 if (global->suspend_time.sec == 0) in wpas_notify_resume()
611 slept = now.sec - global->suspend_time.sec; in wpas_notify_resume()
Dwpa_supplicant_i.h272 struct os_time suspend_time; member
/external/autotest/server/site_tests/audio_AudioBasicHotwording/
Daudio_AudioBasicHotwording.py88 host.suspend(suspend_time=self.SUSPEND_SECONDS,
/external/autotest/server/site_tests/audio_AudioBasicHDMI/
Daudio_AudioBasicHDMI.py64 self.host.suspend(suspend_time=self.SUSPEND_SEC)
/external/autotest/server/site_tests/kernel_MemoryRamoop/
Dkernel_MemoryRamoop.py94 self._client.suspend(suspend_time=15)
/external/autotest/server/site_tests/hardware_StorageStress/
Dhardware_StorageStress.py153 self._client.suspend(suspend_time=self._suspend_duration)
/external/autotest/server/hosts/
Dcros_host.py1063 def suspend(self, suspend_time=60, argument
1080 'echo +%d > /sys/class/rtc/rtc0/wakealarm' % suspend_time,
1082 super(CrosHost, self).suspend(suspend_time, suspend_cmd,
/external/autotest/client/cros/chameleon/
Daudio_test_utils.py218 host.suspend(suspend_time=suspend_time_secs)
/external/autotest/server/cros/update_engine/
Dupdate_engine_test.py488 self._host.suspend(suspend_time=30)