Home
last modified time | relevance | path

Searched refs:_service_stopper (Results 1 – 9 of 9) sorted by relevance

/external/autotest/client/site_tests/video_HangoutHardwarePerf/
Dvideo_HangoutHardwarePerf.py64 self._service_stopper = None
69 self._service_stopper = service_stopper.get_thermal_service_stopper()
70 self._service_stopper.stop_services()
91 if self._service_stopper:
92 self._service_stopper.restore_services()
93 self._service_stopper = None
104 self._service_stopper = None
123 self._service_stopper = service_stopper.ServiceStopper(
125 self._service_stopper.stop_services()
143 if self._service_stopper:
[all …]
/external/autotest/client/cros/
Dperf.py32 self._service_stopper = None
111 self._service_stopper = service_stopper.get_thermal_service_stopper()
112 self._service_stopper.stop_services()
119 if self._service_stopper:
120 self._service_stopper.restore_services()
/external/autotest/client/site_tests/audio_PlaybackPower/
Daudio_PlaybackPower.py36 self._service_stopper = None
49 self._service_stopper = service_stopper.ServiceStopper(
51 self._service_stopper.stop_services()
114 if self._service_stopper:
115 self._service_stopper.restore_services()
/external/autotest/client/site_tests/graphics_VideoRenderingPower/
Dgraphics_VideoRenderingPower.py46 _service_stopper = None variable in graphics_VideoRenderingPower
55 self._service_stopper = service_stopper.ServiceStopper(
57 self._service_stopper.stop_services()
64 if self._service_stopper:
65 self._service_stopper.restore_services()
/external/autotest/client/site_tests/video_WebRtcPerf/
Dvideo_WebRtcPerf.py95 self._service_stopper = None
103 if self._service_stopper:
104 self._service_stopper.restore_services()
277 self._service_stopper = service_stopper.get_thermal_service_stopper()
278 self._service_stopper.stop_services()
295 self._service_stopper = service_stopper.ServiceStopper(
297 self._service_stopper.stop_services()
/external/autotest/client/site_tests/video_JDAPerf/
Dvideo_JDAPerf.py50 self._service_stopper = None
95 self._service_stopper = service_stopper.get_thermal_service_stopper()
96 self._service_stopper.stop_services()
214 if self._service_stopper:
215 self._service_stopper.restore_services()
/external/autotest/client/site_tests/video_PlaybackPerf/
Dvideo_PlaybackPerf.py60 self._service_stopper = None
201 self._service_stopper = service_stopper.get_thermal_service_stopper()
202 self._service_stopper.stop_services()
221 self._service_stopper = service_stopper.ServiceStopper(
223 self._service_stopper.stop_services()
413 if self._service_stopper:
414 self._service_stopper.restore_services()
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dgraphics_WebGLAquarium.py51 _service_stopper = None variable in graphics_WebGLAquarium
91 if self._service_stopper:
92 self._service_stopper.restore_services()
215 self._service_stopper = service_stopper.ServiceStopper(
217 self._service_stopper.stop_services()
/external/autotest/client/cros/cellular/pseudomodem/
Dpseudomodem_context.py129 self._service_stopper = service_stopper.ServiceStopper(
180 self._service_stopper.stop_services()
241 self._service_stopper.restore_services()