Searched refs:IsThermallyThrottled (Results 1 – 10 of 10) sorted by relevance
55 def IsThermallyThrottled(self): member in IosPlatformBackend
39 def IsThermallyThrottled(self): member in LinuxPlatformBackend
36 def IsThermallyThrottled(self): member in MacPlatformBackend
134 def IsThermallyThrottled(self): member in PlatformBackend
69 def IsThermallyThrottled(self): member in CrosPlatformBackend
131 def IsThermallyThrottled(self): member in WinPlatformBackend
208 def IsThermallyThrottled(self): member in AndroidPlatformBackend
113 def IsThermallyThrottled(self): member in Platform115 return self._platform_backend.IsThermallyThrottled()
393 while (platform.IsThermallyThrottled() and400 if thermal_throttling_retry and platform.IsThermallyThrottled():
49 def IsThermallyThrottled(self): member in FakePlatform