Home
last modified time | relevance | path

Searched defs:target_temp (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/autotest/client/site_tests/power_WaitForCoolDown/
H A Dpower_WaitForCoolDown.py32 def run_once(self, target_temp=48, max_runtime=600): argument
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/
H A Dcpu_temperature.py104 def LetCpuCoolToTemperature(self, target_temp, wait_period=30): argument
H A Dbattery_utils.py508 def LetBatteryCoolToTemperature(self, target_temp, wait_period=180): argument
/aosp_15_r20/external/coreboot/src/drivers/i2c/lm96000/
H A Dchip.h84 u8 target_temp; /* temperature for 100% duty cycle (in °C) */ member
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/
D__init__.py590 def wait_for_dut_cooldown(dut, target_temp=50, timeout=300): argument