HomeSort by relevance Sort by last modified time
    Searched refs:CpuUsage (Results 1 - 18 of 18) sorted by null

  /development/tools/bugreport/src/com/android/bugreport/cpuinfo/
CpuUsage.java 24 public class CpuUsage {
33 public ArrayList<CpuUsage> children = new ArrayList<CpuUsage>();;
CpuUsageSnapshot.java 29 public ArrayList<CpuUsage> cpuUsage = new ArrayList<CpuUsage>();;
  /device/google/wahoo/thermal/
thermal-helper.h 41 using ::android::hardware::thermal::V1_0::CpuUsage;
81 ssize_t fillCpuUsages(hidl_vec<CpuUsage> *cpuUsages);
Thermal.h 31 using ::android::hardware::thermal::V1_0::CpuUsage;
Thermal.cpp 89 hidl_vec<CpuUsage> cpuUsages;
191 hidl_vec<CpuUsage> cpu_usages;
thermal-helper.cpp 189 ssize_t fillCpuUsages(hidl_vec<CpuUsage> *cpuUsages) {
  /hardware/interfaces/thermal/1.0/
IThermal.hal 56 getCpuUsages() generates (ThermalStatus status, vec<CpuUsage> cpuUsages);
types.hal 93 struct CpuUsage {
  /frameworks/base/core/proto/android/os/
cpuinfo.proto 56 message CpuUsage { // unit is percentage %
69 optional CpuUsage cpu_usage = 4;
  /hardware/interfaces/thermal/1.0/vts/functional/
VtsHalThermalV1_0TargetTest.cpp 34 using ::android::hardware::thermal::V1_0::CpuUsage;
99 void checkCpuUsages(const hidl_vec<CpuUsage>& cpuUsages) {
159 void checkCpuUsage(const CpuUsage& cpuUsage) {
161 EXPECT_TRUE(!cpuUsage.isOnline ||
162 (cpuUsage.active >= 0 && cpuUsage.total >= 0 &&
163 cpuUsage.total >= cpuUsage.active));
166 EXPECT_LT(0u, cpuUsage.name.size())
    [all...]
  /frameworks/base/cmds/incident_helper/src/parsers/
CpuInfoParser.cpp 94 CpuInfoProto::CpuUsage::_FIELD_COUNT,
95 CpuInfoProto::CpuUsage::_FIELD_NAMES,
96 CpuInfoProto::CpuUsage::_FIELD_IDS);
  /test/vts-testcase/hal/thermal/V1_0/target_stress/
thermal_hidl_stress_test.cpp 30 using ::android::hardware::thermal::V1_0::CpuUsage;
88 [&](ThermalStatus status, hidl_vec<CpuUsage> /* cpuUsages */) {
  /hardware/interfaces/thermal/1.0/default/
Thermal.h 32 using ::android::hardware::thermal::V1_0::CpuUsage;
Thermal.cpp 106 hidl_vec<CpuUsage> cpuUsages;
  /frameworks/base/services/core/jni/
com_android_server_HardwarePropertiesManagerService.cpp 37 using hardware::thermal::V1_0::CpuUsage;
207 hidl_vec<CpuUsage> list;
209 [&list](ThermalStatus status, hidl_vec<CpuUsage> cpuUsages) {
226 jobject cpuUsage = env->NewObject(gCpuUsageInfoClassInfo.clazz,
230 env->SetObjectArrayElement(cpuUsages, i, cpuUsage);
  /frameworks/base/cmds/incident_helper/tests/
CpuInfoParser_test.cpp 76 CpuInfoProto::CpuUsage* usage = expected.mutable_cpu_usage();
  /development/tools/bugreport/src/com/android/bugreport/html/
Renderer.java 21 import com.android.bugreport.cpuinfo.CpuUsage;
126 makeCpuUsageSnapshotHdf(hdf.createChild("monkey.cpuUsage." + i), anr.cpuUsages.get(i));
236 N = snapshot.cpuUsage.size();
238 makeCpuUsageHdf(hdf.createChild(Integer.toString(i)), snapshot.cpuUsage.get(i));
243 * Build the hdf for a CpuUsage.
245 private void makeCpuUsageHdf(Data hdf, CpuUsage cpuUsage) {
  /prebuilts/misc/common/frameworks/
platformprotos-prebuilt.jar 

Completed in 955 milliseconds