Searched refs:getCpuUsages (Results 1 – 6 of 6) sorted by relevance
104 Return<void> Thermal::getCpuUsages(getCpuUsages_cb _hidl_cb) { in getCpuUsages() function in android::hardware::thermal::V1_0::implementation::Thermal109 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()
46 Return<void> getCpuUsages(getCpuUsages_cb _hidl_cb) override;
178 ssize_t (*getCpuUsages)(struct thermal_module *module, cpu_usage_t *list); member
181 .getCpuUsages = get_cpu_usages,
56 getCpuUsages() generates (ThermalStatus status, vec<CpuUsage> cpuUsages);
199 thermal_->getCpuUsages( in TEST_F()