Home
last modified time | relevance | path

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

/external/chromium-trace/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)