/external/autotest/client/cros/multimedia/ |
D | display_facade_adapter.py | 170 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)
|
D | display_facade_native.py | 527 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/ |
D | display_facade_adapter.py | 185 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/ |
D | display_SuspendStress.py | 84 suspend_time = random.randint(*suspend_time_range) 86 suspend_time) 87 display_facade.suspend_resume(suspend_time)
|
/external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/ |
D | audio_AudioQualityAfterSuspend.py | 35 def action_suspend(self, suspend_time=SUSPEND_SECONDS): argument 41 self.host.suspend(suspend_time=suspend_time)
|
/external/autotest/server/site_tests/audio_AudioAfterSuspend/ |
D | audio_AudioAfterSuspend.py | 53 def action_suspend(self, suspend_time=SUSPEND_SECONDS): argument 59 self.host.suspend(suspend_time=suspend_time)
|
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/ |
D | platform_ExternalUsbPeripherals.py | 115 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/ |
D | hardware_MemoryIntegrity.py | 59 self._client.suspend(suspend_time=seconds)
|
/external/autotest/server/site_tests/platform_SuspendResumeTiming/ |
D | platform_SuspendResumeTiming.py | 138 self.host.suspend(suspend_time=_SUSPEND_TIME)
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_adapter_tests.py | 489 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/ |
D | notify.c | 594 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()
|
D | wpa_supplicant_i.h | 272 struct os_time suspend_time; member
|
/external/autotest/server/site_tests/audio_AudioBasicHotwording/ |
D | audio_AudioBasicHotwording.py | 88 host.suspend(suspend_time=self.SUSPEND_SECONDS,
|
/external/autotest/server/site_tests/audio_AudioBasicHDMI/ |
D | audio_AudioBasicHDMI.py | 64 self.host.suspend(suspend_time=self.SUSPEND_SEC)
|
/external/autotest/server/site_tests/kernel_MemoryRamoop/ |
D | kernel_MemoryRamoop.py | 94 self._client.suspend(suspend_time=15)
|
/external/autotest/server/site_tests/hardware_StorageStress/ |
D | hardware_StorageStress.py | 153 self._client.suspend(suspend_time=self._suspend_duration)
|
/external/autotest/server/hosts/ |
D | cros_host.py | 1063 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/ |
D | audio_test_utils.py | 218 host.suspend(suspend_time=suspend_time_secs)
|
/external/autotest/server/cros/update_engine/ |
D | update_engine_test.py | 488 self._host.suspend(suspend_time=30)
|