Searched refs:action_suspend (Results 1 – 5 of 5) sorted by relevance
41 def action_suspend(): function47 proc = multiprocessing.Process(target=action_suspend)
35 def action_suspend(self, suspend_time=SUSPEND_SECONDS): member in audio_AudioQualityAfterSuspend49 thread = threading.Thread(target=self.action_suspend)
60 def action_suspend(self, suspend_time=SUSPEND_SECONDS): member in audio_AudioAfterSuspend82 thread = threading.Thread(target=self.action_suspend)
127 def action_suspend(self): member in platform_ExternalUsbPeripherals394 boot_id = self.action_suspend()
259 def action_suspend(): function264 proc = multiprocessing.Process(target=action_suspend)