Searched refs:CpuUsage (Results 1 – 18 of 18) sorted by relevance
30 class CpuUsage {31 DISALLOW_COPY_ASSIGN_AND_MOVE(CpuUsage);43 CpuUsage();45 static CpuUsage* get();52 static constexpr CpuUsage::IntervalUs kDefaultMeasurementIntervalUs = 10ULL * 1000000ULL;
26 android::base::CpuUsage* s_cpu_usage = nullptr;48 void emugl::setCpuUsage(android::base::CpuUsage* usage) { in setCpuUsage()52 android::base::CpuUsage* emugl::getCpuUsage() { in getCpuUsage()
43 class CpuUsage; variable58 EMUGL_COMMON_API void setCpuUsage(android::base::CpuUsage* usage);59 EMUGL_COMMON_API android::base::CpuUsage* getCpuUsage();
35 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()
52 class CpuUsage : public StatsType {54 CpuUsage(void);
40 class CpuUsage; variable92 virtual void setUsageTracker(android::base::CpuUsage* cpuUsage,
31 CpuUsage::CpuUsage(void) { in CpuUsage() function in CpuUsage49 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()
26 std::unique_ptr<StatsType> cpuUsage(new CpuUsage); in Perfstatsd()
32 using ::android::hardware::thermal::V1_0::CpuUsage;
106 hidl_vec<CpuUsage> cpuUsages; in getCpuUsages()
53 virtual void setUsageTracker(android::base::CpuUsage* cpuUsage,
102 void RenderLibImpl::setUsageTracker(android::base::CpuUsage* cpuUsage, in setUsageTracker()
77 static const CpuUsage kCpuUsage = {96 std::vector<CpuUsage> cpu_usages = {kCpuUsage}; in getCpuUsages()
37 using ::android::hardware::thermal::V1_0::CpuUsage;
112 std::function<void(const ThermalStatus&, const hidl_vec<CpuUsage>&)> _hidl_cb) { in getCpuUsages()113 hidl_vec<CpuUsage> ret_1_0; in getCpuUsages()
39 using ::android::hardware::thermal::V1_0::CpuUsage;
93 struct CpuUsage {
56 getCpuUsages() generates (ThermalStatus status, vec<CpuUsage> cpuUsages);