OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCpuUsages
(Results
1 - 15
of
15
) sorted by null
/frameworks/base/core/java/android/os/
IHardwarePropertiesManager.aidl
26
CpuUsageInfo[]
getCpuUsages
(String callingPackage);
HardwarePropertiesManager.java
153
public @NonNull CpuUsageInfo[]
getCpuUsages
() {
155
return mService.
getCpuUsages
(mContext.getOpPackageName());
/hardware/libhardware/include/hardware/
thermal.h
162
* (*
getCpuUsages
) is called to get CPU usage information of each core:
177
ssize_t (*
getCpuUsages
)(struct thermal_module *module, cpu_usage_t *list);
/frameworks/base/services/core/java/com/android/server/
HardwarePropertiesManagerService.java
62
public CpuUsageInfo[]
getCpuUsages
(String callingPackage) throws SecurityException {
/frameworks/base/services/core/jni/
com_android_server_HardwarePropertiesManagerService.cpp
154
if (gThermalModule && gThermalModule->
getCpuUsages
156
ssize_t size = gThermalModule->
getCpuUsages
(gThermalModule, nullptr);
159
size = gThermalModule->
getCpuUsages
(gThermalModule, list);
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
HardwarePropertiesManagerTest.java
153
CpuUsageInfo[] oldCpuUsages = hm.
getCpuUsages
();
178
CpuUsageInfo[] cpuUsages = hm.
getCpuUsages
();
/hardware/libhardware/modules/thermal/
thermal.c
180
.
getCpuUsages
= get_cpu_usages,
/device/google/marlin/thermal/
thermal.c
280
.
getCpuUsages
= get_cpu_usages,
/device/htc/flounder/thermal/
thermal.c
247
.
getCpuUsages
= get_cpu_usages,
/device/huawei/angler/thermal/
thermal.c
279
.
getCpuUsages
= get_cpu_usages,
/device/lge/bullhead/thermal/
thermal.c
283
.
getCpuUsages
= get_cpu_usages,
/device/moto/shamu/thermal/
thermal.c
273
.
getCpuUsages
= get_cpu_usages,
/prebuilts/sdk/24/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 323 milliseconds