Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/
DCpuUsage.h30 class CpuUsage {
31 DISALLOW_COPY_ASSIGN_AND_MOVE(CpuUsage);
43 CpuUsage();
45 static CpuUsage* get();
52 static constexpr CpuUsage::IntervalUs kDefaultMeasurementIntervalUs = 10ULL * 1000000ULL;
/hardware/google/aemu/host-common/
Dmisc.cpp26 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()
/hardware/google/aemu/host-common/include/host-common/
Dmisc.h43 class CpuUsage; variable
58 EMUGL_COMMON_API void setCpuUsage(android::base::CpuUsage* usage);
59 EMUGL_COMMON_API android::base::CpuUsage* getCpuUsage();
/hardware/interfaces/thermal/1.0/vts/functional/
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()
/hardware/google/pixel/perfstatsd/include/
Dcpu_usage.h52 class CpuUsage : public StatsType {
54 CpuUsage(void);
/hardware/google/gfxstream/include/render-utils/
DRenderLib.h40 class CpuUsage; variable
92 virtual void setUsageTracker(android::base::CpuUsage* cpuUsage,
/hardware/google/pixel/perfstatsd/
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()
Dperfstatsd.cpp26 std::unique_ptr<StatsType> cpuUsage(new CpuUsage); in Perfstatsd()
/hardware/interfaces/thermal/1.0/default/
DThermal.h32 using ::android::hardware::thermal::V1_0::CpuUsage;
DThermal.cpp106 hidl_vec<CpuUsage> cpuUsages; in getCpuUsages()
/hardware/google/gfxstream/host/
DRenderLibImpl.h53 virtual void setUsageTracker(android::base::CpuUsage* cpuUsage,
DRenderLibImpl.cpp102 void RenderLibImpl::setUsageTracker(android::base::CpuUsage* cpuUsage, in setUsageTracker()
/hardware/interfaces/thermal/2.0/default/
DThermal.cpp77 static const CpuUsage kCpuUsage = {
96 std::vector<CpuUsage> cpu_usages = {kCpuUsage}; in getCpuUsages()
DThermal.h37 using ::android::hardware::thermal::V1_0::CpuUsage;
/hardware/interfaces/thermal/utils/
DThermalHidlWrapper.cpp112 std::function<void(const ThermalStatus&, const hidl_vec<CpuUsage>&)> _hidl_cb) { in getCpuUsages()
113 hidl_vec<CpuUsage> ret_1_0; in getCpuUsages()
/hardware/interfaces/thermal/utils/include/thermalutils/
DThermalHidlWrapper.h39 using ::android::hardware::thermal::V1_0::CpuUsage;
/hardware/interfaces/thermal/1.0/
Dtypes.hal93 struct CpuUsage {
DIThermal.hal56 getCpuUsages() generates (ThermalStatus status, vec<CpuUsage> cpuUsages);