HomeSort by relevance Sort by last modified time
    Searched refs:suspend_time (Results 1 - 19 of 19) sorted by null

  /external/autotest/server/site_tests/bluetooth_AdapterSuspendResume/
bluetooth_AdapterSuspendResume.py 27 SUSPEND_TIME = 10
29 def suspend_resume(self, suspend_time=SUSPEND_TIME):
32 @param suspend_time: the suspend time in seconds.
35 logging.info('The DUT suspends for %d seconds...', suspend_time)
36 self.host.suspend(suspend_time=suspend_time)
  /external/autotest/server/site_tests/display_SuspendStress/
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/
display_facade_adapter.py 148 def suspend_resume(self, suspend_time=10):
151 @param suspend_time: Suspend time in second.
154 self._display_component.suspend_resume(suspend_time)
160 def suspend_resume_bg(self, suspend_time=10):
163 @param suspend_time: Suspend time in second, default: 10s.
165 self._display_component.suspend_resume_bg(suspend_time)
display_facade_native.py 420 def suspend_resume(self, suspend_time=10):
423 @param suspend_time: Suspend time in second.
425 sys_power.do_suspend(suspend_time)
429 def suspend_resume_bg(self, suspend_time=10):
432 @param suspend_time: Suspend time in second.
435 args=(suspend_time,))
  /external/autotest/server/cros/multimedia/
display_facade_adapter.py 156 def suspend_resume(self, suspend_time=10):
159 @param suspend_time: Suspend time in second, default: 10s.
162 self._display_proxy.suspend_resume(suspend_time)
168 def suspend_resume_bg(self, suspend_time=10):
171 @param suspend_time: Suspend time in second, default: 10s.
174 self._display_proxy.suspend_resume_bg(suspend_time)
  /external/autotest/server/site_tests/hardware_MemoryIntegrity/
hardware_MemoryIntegrity.py 59 self._client.suspend(suspend_time=seconds)
  /external/autotest/server/site_tests/audio_AudioAfterSuspend/
audio_AudioAfterSuspend.py 53 def action_suspend(self, suspend_time=SUSPEND_SECONDS):
56 @param suspend_time: time to suspend the device for.
59 self.host.suspend(suspend_time=suspend_time)
  /external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/
audio_AudioQualityAfterSuspend.py 35 def action_suspend(self, suspend_time=SUSPEND_SECONDS):
38 @param suspend_time: time to suspend the device for.
41 self.host.suspend(suspend_time=suspend_time)
  /external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
platform_ExternalUsbPeripherals.py 94 def suspend_for_time(self, suspend_time=_SUSPEND_TIME):
95 """Calls the host method suspend with suspend_time argument.
97 @param suspend_time: time to suspend the device for.
101 self.host.suspend(suspend_time=suspend_time)
  /external/autotest/server/site_tests/audio_AudioBasicHDMI/
audio_AudioBasicHDMI.py 64 self.host.suspend(suspend_time=self.SUSPEND_SEC)
  /external/autotest/server/site_tests/hardware_StorageStress/
hardware_StorageStress.py 136 self._client.suspend(suspend_time=self._suspend_duration)
  /external/autotest/server/site_tests/platform_SuspendResumeTiming/
platform_SuspendResumeTiming.py 134 self.host.suspend(suspend_time=_SUSPEND_TIME)
  /external/wpa_supplicant_8/wpa_supplicant/
notify.c 568 os_get_time(&global->suspend_time);
581 if (global->suspend_time.sec == 0)
585 slept = now.sec - global->suspend_time.sec;
wpa_supplicant_i.h 272 struct os_time suspend_time; member in struct:wpa_global
    [all...]
  /external/autotest/server/site_tests/kernel_MemoryRamoop/
kernel_MemoryRamoop.py 91 self._client.suspend(suspend_time=15)
  /art/runtime/
thread_list.cc 664 const uint64_t suspend_time = end_time - start_time; local
665 suspend_all_historam_.AdjustAndAddValue(suspend_time);
666 if (suspend_time > kLongThreadSuspendThreshold) {
667 LOG(WARNING) << "Suspending all threads took: " << PrettyDuration(suspend_time);
    [all...]
  /external/autotest/server/cros/bluetooth/
bluetooth_adapter_tests.py 439 def suspend_resume(self, suspend_time=SUSPEND_TIME_SECS):
442 @param suspend_time: the suspend time in secs
445 logging.info('The DUT suspends for %d seconds...', suspend_time)
446 self.host.suspend(suspend_time=suspend_time)
    [all...]
  /external/autotest/server/hosts/
cros_host.py     [all...]
  /external/autotest/client/cros/chameleon/
audio_test_utils.py 204 host.suspend(suspend_time=suspend_time_secs)

Completed in 501 milliseconds