Home
last modified time | relevance | path

Searched refs:OmapThrottlingDetector (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/perf/
Dthermal_throttle.py10 class OmapThrottlingDetector(object): class
17 return device.FileExists(OmapThrottlingDetector.OMAP_TEMP_FILE)
36 tempdata = self._device.ReadFile(OmapThrottlingDetector.OMAP_TEMP_FILE)
79 if OmapThrottlingDetector.IsSupported(device):
80 self._detector = OmapThrottlingDetector(device)
/external/libmojo/third_party/catapult/devil/devil/android/perf/
Dthermal_throttle.py8 class OmapThrottlingDetector(object): class
15 return device.FileExists(OmapThrottlingDetector.OMAP_TEMP_FILE)
34 tempdata = self._device.ReadFile(OmapThrottlingDetector.OMAP_TEMP_FILE)
77 if OmapThrottlingDetector.IsSupported(device):
78 self._detector = OmapThrottlingDetector(device)