/external/autotest/client/site_tests/power_Resume/ |
D | power_Resume.py | 53 suspend_time = 0.0 56 (suspend_time, 61 (suspend_time, resume_time) = self._suspend_once( 65 system_suspends.append(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/client/cros/multimedia/ |
D | display_facade_adapter.py | 176 def suspend_resume(self, suspend_time=10): argument 182 self._display_component.suspend_resume(suspend_time) 188 def suspend_resume_bg(self, suspend_time=10): argument 193 self._display_component.suspend_resume_bg(suspend_time)
|
D | display_facade_native.py | 540 def suspend_resume(self, suspend_time=10): argument 545 sys_power.do_suspend(suspend_time) 549 def suspend_resume_bg(self, suspend_time=10): argument 555 args=(suspend_time,))
|
/external/autotest/server/cros/multimedia/ |
D | display_facade_adapter.py | 191 def suspend_resume(self, suspend_time=10): argument 197 self._display_proxy.suspend_resume(suspend_time) 203 def suspend_resume_bg(self, suspend_time=10): argument 209 self._display_proxy.suspend_resume_bg(suspend_time)
|
/external/autotest/server/site_tests/bluetooth_AdapterSRHealth/ |
D | bluetooth_AdapterSRHealth.py | 113 suspend = self.suspend_async(suspend_time=SUSPEND_SEC) 295 suspend = self.suspend_async(suspend_time=sleep_time, 432 suspend = self.suspend_async(suspend_time=EXPECT_NO_WAKE_SUSPEND_SEC) 455 suspend = self.suspend_async(suspend_time=EXPECT_NO_WAKE_SUSPEND_SEC) 483 suspend = self.suspend_async(suspend_time=EXPECT_NO_WAKE_SUSPEND_SEC) 513 suspend = self.suspend_async(suspend_time=SUSPEND_SEC)
|
/external/autotest/server/site_tests/audio_AudioAfterSuspend/ |
D | audio_AudioAfterSuspend.py | 62 def action_suspend(self, suspend_time=SUSPEND_SECONDS): argument 68 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/bluetooth_AdapterMTBF/ |
D | bluetooth_AdapterMTBF.py | 213 suspend = self.suspend_async(suspend_time=15) 240 suspend_time=60, expect_bt_wake=True)
|
/external/autotest/server/site_tests/platform_SuspendResumeTiming/ |
D | platform_SuspendResumeTiming.py | 137 self.host.suspend(suspend_time=_SUSPEND_TIME)
|
/external/autotest/server/site_tests/audio_AudioBasicHotwording/ |
D | audio_AudioBasicHotwording.py | 86 suspend_time=self.SUSPEND_SECONDS,
|
/external/autotest/server/site_tests/bluetooth_AdapterPowerMeasure/ |
D | bluetooth_AdapterPowerMeasure.py | 110 host.suspend(suspend_time=suspend_time_secs,
|
/external/autotest/server/site_tests/kernel_MemoryRamoop/ |
D | kernel_MemoryRamoop.py | 94 self._client.suspend(suspend_time=15)
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_adapter_leadvertising_tests.py | 436 suspend_time = discover_time * num_adv + 10 440 suspend = self.suspend_async(suspend_time=suspend_time) 452 resume_timeout=suspend_time + 5,
|
D | bluetooth_adapter_tests.py | 1020 def suspend_resume(self, suspend_time=SUSPEND_TIME_SECS): argument 1028 suspend = self.suspend_async(suspend_time=suspend_time) 1039 resume_timeout=suspend_time, 4192 def suspend_async(self, suspend_time, expect_bt_wake=False): argument 4204 self.bluetooth_facade.do_suspend(suspend_time, expect_bt_wake)
|
D | bluetooth_adapter_adv_monitor_tests.py | 898 self.suspend_resume(suspend_time=expect_suspend_time)
|
/external/autotest/server/site_tests/hardware_StorageStress/ |
D | hardware_StorageStress.py | 157 self._client.suspend(suspend_time=self._suspend_duration)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | notify.c | 606 os_get_time(&global->suspend_time); in wpas_notify_suspend() 619 if (global->suspend_time.sec == 0) in wpas_notify_resume() 623 slept = now.sec - global->suspend_time.sec; in wpas_notify_resume()
|
D | wpa_supplicant_i.h | 286 struct os_time suspend_time; member
|
/external/autotest/client/cros/chameleon/ |
D | audio_test_utils.py | 268 host.suspend(suspend_time=suspend_time_secs)
|
/external/autotest/server/cros/update_engine/ |
D | update_engine_test.py | 378 self._host.suspend(suspend_time=30)
|
/external/autotest/server/hosts/ |
D | cros_host.py | 1721 def suspend(self, suspend_time=60, delay_seconds=0, argument 1738 'echo +%d > /sys/class/rtc/rtc0/wakealarm' % suspend_time, 1740 super(CrosHost, self).suspend(suspend_time, suspend_cmd,
|
/external/cpuinfo/test/dmesg/ |
D | moto-g-gen5.log | 1415 …7.569:48): avc: denied { read } for uid=2000 pid=2604 comm="sh" name="suspend_time" dev="sysfs" in…
|