Home
last modified time | relevance | path

Searched refs:SkipIfThermalThrottling (Results 1 – 8 of 8) sorted by relevance

/test/vts-testcase/performance/binder_benchmark/
DBinderPerformanceTest.py82 self._cpu_freq.SkipIfThermalThrottling(retry_delay_secs=30)
85 self._cpu_freq.SkipIfThermalThrottling()
/test/vts-testcase/performance/hwbinder_benchmark/
DHwBinderPerformanceTest.py84 self._cpu_freq.SkipIfThermalThrottling(retry_delay_secs=30)
87 self._cpu_freq.SkipIfThermalThrottling()
/test/vts-testcase/performance/fmq_benchmark/
DFmqPerformanceTest.py61 self._cpu_freq.SkipIfThermalThrottling(retry_delay_secs=30)
64 self._cpu_freq.SkipIfThermalThrottling()
/test/vts-testcase/performance/hwbinder_latency_test/
DHwBinderLatencyTest.py71 self._cpu_freq.SkipIfThermalThrottling(retry_delay_secs=30)
74 self._cpu_freq.SkipIfThermalThrottling()
/test/vts-testcase/performance/binder_throughput_test/
DBinderThroughputBenchmark.py47 self._cpu_freq.SkipIfThermalThrottling(retry_delay_secs=30)
50 self._cpu_freq.SkipIfThermalThrottling()
/test/vts-testcase/performance/hwbinder_throughput_test/
DHwBinderThroughputBenchmark.py49 self._cpu_freq.SkipIfThermalThrottling(retry_delay_secs=30)
52 self._cpu_freq.SkipIfThermalThrottling()
/test/vts/testcases/template/hal_hidl_gtest/
Dhal_hidl_gtest.py229 self._cpu_freq.SkipIfThermalThrottling(retry_delay_secs=30)
235 self._cpu_freq.SkipIfThermalThrottling()
/test/vts/utils/python/cpu/
Dcpu_frequency_scaling.py234 def SkipIfThermalThrottling(self, retry_delay_secs=0): member in CpuFrequencyScalingController