Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/thermal/1.0/vts/functional/
H A DVtsHalThermalV1_0TargetTest.cpp35 using ::android::hardware::thermal::V1_0::CpuUsage;
85 void checkCpuUsages(const hidl_vec<CpuUsage>& cpuUsages) { in checkCpuUsages()
145 void checkCpuUsage(const CpuUsage& cpuUsage) { in checkCpuUsage()
183 hidl_vec<CpuUsage> passed; in TEST_P()
186 [&passed](ThermalStatus status, hidl_vec<CpuUsage> cpuUsages) { in TEST_P()
/aosp12/hardware/google/pixel/perfstatsd/
H A Dcpu_usage.cpp31 CpuUsage::CpuUsage(void) { in CpuUsage() function in CpuUsage
49 void CpuUsage::setOptions(const std::string &key, const std::string &value) { in setOptions()
74 void CpuUsage::profileProcess(std::string *out) { in profileProcess()
154 void CpuUsage::getOverallUsage(std::chrono::system_clock::time_point &now, std::string *out) { in getOverallUsage()
256 void CpuUsage::refresh(void) { in refresh()
H A Dperfstatsd.cpp26 std::unique_ptr<StatsType> cpuUsage(new CpuUsage); in Perfstatsd()
/aosp12/hardware/google/pixel/perfstatsd/include/
H A Dcpu_usage.h52 class CpuUsage : public StatsType {
54 CpuUsage(void);
/aosp12/frameworks/base/cmds/incident_helper/src/parsers/
H A DCpuInfoParser.cpp95 CpuInfoProto::CpuUsage::_FIELD_COUNT, in Parse()
96 CpuInfoProto::CpuUsage::_FIELD_NAMES, in Parse()
97 CpuInfoProto::CpuUsage::_FIELD_IDS); in Parse()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_HardwarePropertiesManagerService.cpp37 using hardware::thermal::V1_0::CpuUsage;
207 hidl_vec<CpuUsage> list; in nativeGetCpuUsages()
209 [&list](ThermalStatus status, hidl_vec<CpuUsage> cpuUsages) { in nativeGetCpuUsages()
/aosp12/frameworks/base/core/proto/android/os/
H A Dcpuinfo.proto56 message CpuUsage { // unit is percentage % message
69 optional CpuUsage cpu_usage = 4;
/aosp12/hardware/interfaces/thermal/2.0/default/
H A DThermal.cpp77 static const CpuUsage kCpuUsage = {
96 std::vector<CpuUsage> cpu_usages = {kCpuUsage}; in getCpuUsages()
H A DThermal.h37 using ::android::hardware::thermal::V1_0::CpuUsage;
/aosp12/hardware/interfaces/thermal/1.0/default/
H A DThermal.h32 using ::android::hardware::thermal::V1_0::CpuUsage;
H A DThermal.cpp106 hidl_vec<CpuUsage> cpuUsages; in getCpuUsages()
/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.h60 using ::android::hardware::thermal::V1_0::CpuUsage;
121 bool fillCpuUsages(hidl_vec<CpuUsage> *cpu_usages) const;
H A DThermal.cpp87 hidl_vec<CpuUsage> cpu_usages; in getCpuUsages()
573 hidl_vec<CpuUsage> cpu_usages; in debug()
H A Dthermal-helper.cpp94 void parseCpuUsagesFileAndAssignUsages(hidl_vec<CpuUsage> *cpu_usages) { in parseCpuUsagesFileAndAssignUsages()
1082 bool ThermalHelper::fillCpuUsages(hidl_vec<CpuUsage> *cpu_usages) const { in fillCpuUsages()
/aosp12/frameworks/base/cmds/incident_helper/tests/
H A DCpuInfoParser_test.cpp76 CpuInfoProto::CpuUsage* usage = expected.mutable_cpu_usage(); in TEST_F()
/aosp12/hardware/interfaces/thermal/1.0/
H A Dtypes.hal93 struct CpuUsage {
H A DIThermal.hal56 getCpuUsages() generates (ThermalStatus status, vec<CpuUsage> cpuUsages);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt38988 Landroid/os/CpuInfoProto$CpuUsage;->CPU:J
38989 Landroid/os/CpuInfoProto$CpuUsage;->HOST:J
38990 Landroid/os/CpuInfoProto$CpuUsage;->IDLE:J
38991 Landroid/os/CpuInfoProto$CpuUsage;->IOW:J
38992 Landroid/os/CpuInfoProto$CpuUsage;->IRQ:J
38993 Landroid/os/CpuInfoProto$CpuUsage;->NICE:J
38994 Landroid/os/CpuInfoProto$CpuUsage;->SIRQ:J
38995 Landroid/os/CpuInfoProto$CpuUsage;->SYS:J
38996 Landroid/os/CpuInfoProto$CpuUsage;->USER:J