Searched refs:action_suspend (Results 1 – 4 of 4) sorted by relevance
35 def action_suspend(self, suspend_time=SUSPEND_SECONDS): member in audio_AudioQualityAfterSuspend49 thread = threading.Thread(target=self.action_suspend)
53 def action_suspend(self, suspend_time=SUSPEND_SECONDS): member in audio_AudioAfterSuspend75 thread = threading.Thread(target=self.action_suspend)
127 def action_suspend(self): member in platform_ExternalUsbPeripherals393 boot_id = self.action_suspend()
216 def action_suspend(): function221 proc = multiprocessing.Process(target=action_suspend)