HomeSort by relevance Sort by last modified time
    Searched refs:_cpu_freq (Results 1 - 7 of 7) sorted by null

  /test/vts/testcases/template/hal_hidl_gtest/
hal_hidl_gtest.py 35 _cpu_freq: CpuFrequencyScalingController instance of a target device.
52 self._cpu_freq = cpu_frequency_scaling.CpuFrequencyScalingController(
54 self._cpu_freq.DisableCpuScaling()
56 self._cpu_freq = None
97 self._cpu_freq.SkipIfThermalThrottling(retry_delay_secs=30)
102 self._cpu_freq.SkipIfThermalThrottling()
110 self._cpu_freq.EnableCpuScaling()
  /test/vts-testcase/performance/binder_benchmark/
BinderPerformanceTest.py 34 _cpu_freq: CpuFrequencyScalingController instance of self.dut.
79 self._cpu_freq = cpu_frequency_scaling.CpuFrequencyScalingController(self.dut)
80 self._cpu_freq.DisableCpuScaling()
83 self._cpu_freq.SkipIfThermalThrottling(retry_delay_secs=30)
86 self._cpu_freq.SkipIfThermalThrottling()
89 self._cpu_freq.EnableCpuScaling()
  /test/vts-testcase/performance/hwbinder_benchmark/
HwBinderPerformanceTest.py 34 _cpu_freq: CpuFrequencyScalingController instance of self.dut.
81 self._cpu_freq = cpu_frequency_scaling.CpuFrequencyScalingController(self.dut)
82 self._cpu_freq.DisableCpuScaling()
85 self._cpu_freq.SkipIfThermalThrottling(retry_delay_secs=30)
88 self._cpu_freq.SkipIfThermalThrottling()
91 self._cpu_freq.EnableCpuScaling()
  /test/vts-testcase/performance/fmq_benchmark/
FmqPerformanceTest.py 33 _cpu_freq: CpuFrequencyScalingController instance of self.dut.
54 self._cpu_freq = cpu_frequency_scaling.CpuFrequencyScalingController(self.dut)
55 self._cpu_freq.DisableCpuScaling()
58 self._cpu_freq.EnableCpuScaling()
61 self._cpu_freq.SkipIfThermalThrottling(retry_delay_secs=30)
64 self._cpu_freq.SkipIfThermalThrottling()
  /test/vts-testcase/performance/binder_throughput_test/
BinderThroughputBenchmark.py 44 self._cpu_freq = cpu_frequency_scaling.CpuFrequencyScalingController(self.dut)
45 self._cpu_freq.DisableCpuScaling()
48 self._cpu_freq.SkipIfThermalThrottling(retry_delay_secs=30)
51 self._cpu_freq.SkipIfThermalThrottling()
54 self._cpu_freq.EnableCpuScaling()
  /test/vts-testcase/performance/hwbinder_throughput_test/
HwBinderThroughputBenchmark.py 46 self._cpu_freq = cpu_frequency_scaling.CpuFrequencyScalingController(self.dut)
47 self._cpu_freq.DisableCpuScaling()
50 self._cpu_freq.SkipIfThermalThrottling(retry_delay_secs=30)
53 self._cpu_freq.SkipIfThermalThrottling()
56 self._cpu_freq.EnableCpuScaling()
  /external/autotest/client/site_tests/power_Thermal/
power_Thermal.py 128 def _cpu_freq(self, cpu): member in class:power_Thermal
174 freq = self._cpu_freq(cpu)
219 if self._cpu_freq(cpu) != self.pl_desc.max_cpu_freq:
226 freqs.append('%d' % self._cpu_freq(cpu))
329 logging.info('starting frequency is %s' % str(self._cpu_freq(0)))
343 logging.info('ending frequency is %s' % str(self._cpu_freq(0)))

Completed in 2507 milliseconds