Home
last modified time | relevance | path

Searched refs:getCpuUsages (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/thermal/1.0/default/
DThermal.cpp104 Return<void> Thermal::getCpuUsages(getCpuUsages_cb _hidl_cb) { in getCpuUsages() function in android::hardware::thermal::V1_0::implementation::Thermal
109 if (!mModule || !mModule->getCpuUsages) { in getCpuUsages()
115 ssize_t size = mModule->getCpuUsages(mModule, nullptr); in getCpuUsages()
119 size = mModule->getCpuUsages(mModule, list.data()); in getCpuUsages()
DThermal.h46 Return<void> getCpuUsages(getCpuUsages_cb _hidl_cb) override;
/hardware/libhardware/include/hardware/
Dthermal.h178 ssize_t (*getCpuUsages)(struct thermal_module *module, cpu_usage_t *list); member
/hardware/google/pixel/thermal/
DThermal.h60 Return<void> getCpuUsages(getCpuUsages_cb _hidl_cb) override;
DThermal.cpp84 Return<void> Thermal::getCpuUsages(getCpuUsages_cb _hidl_cb) { in getCpuUsages() function in android::hardware::thermal::V2_0::implementation::Thermal
/hardware/interfaces/thermal/2.0/default/
DThermal.h60 Return<void> getCpuUsages(getCpuUsages_cb _hidl_cb) override;
DThermal.cpp93 Return<void> Thermal::getCpuUsages(getCpuUsages_cb _hidl_cb) { in getCpuUsages() function in android::hardware::thermal::V2_0::implementation::Thermal
/hardware/libhardware/modules/thermal/
Dthermal.c181 .getCpuUsages = get_cpu_usages,
/hardware/qcom/sdm845/thermal/
Dthermal.c186 .getCpuUsages = get_cpu_usages,
/hardware/qcom/sm8150/thermal/
Dthermal.c186 .getCpuUsages = get_cpu_usages,
/hardware/interfaces/thermal/1.0/vts/functional/
DVtsHalThermalV1_0TargetTest.cpp185 thermal_->getCpuUsages( in TEST_P()
/hardware/interfaces/thermal/1.0/
DIThermal.hal56 getCpuUsages() generates (ThermalStatus status, vec<CpuUsage> cpuUsages);