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

/external/chromium-trace/catapult/devil/devil/android/perf/
H A Dthermal_throttle.py8 class OmapThrottlingDetector(object): class in inherits:object
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)

Completed in 71 milliseconds