Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCpuMonitor.java77 private String[] maxPath; field in CpuMonitor
112 maxPath = new String [cpusPresent]; in init()
116 maxPath[i] = "/sys/devices/system/cpu/cpu" + i + "/cpufreq/cpuinfo_max_freq"; in init()
151 long cpufreqMax = readFreqFromFile(maxPath[i]); in sampleCpuUtilization()
155 maxPath[i] = null; // Kill path to free its memory. in sampleCpuUtilization()