Searched refs:getCpuUsages (Results 1 – 7 of 7) sorted by relevance
161 public @NonNull CpuUsageInfo[] getCpuUsages() { in getCpuUsages() method in HardwarePropertiesManager163 return mService.getCpuUsages(mContext.getOpPackageName()); in getCpuUsages()
26 CpuUsageInfo[] getCpuUsages(String callingPackage); in getCpuUsages() method
86 public CpuUsageInfo[] getCpuUsages(String callingPackage) throws SecurityException { in getCpuUsages() method in HardwarePropertiesManagerService149 CpuUsageInfo[] cpuUsageInfos = getCpuUsages(PKG); in dump()
329 Return<void> ret = gThermalHidlHal->getCpuUsages( in nativeGetCpuUsages()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
35684 Landroid/os/IHardwarePropertiesManager$Stub$Proxy;->getCpuUsages(Ljava/lang/String;)[Landroid/os/Cp…35695 Landroid/os/IHardwarePropertiesManager;->getCpuUsages(Ljava/lang/String;)[Landroid/os/CpuUsageInfo;
33170 method @NonNull public android.os.CpuUsageInfo[] getCpuUsages();