Searched refs:rail (Results 1 – 5 of 5) sorted by relevance
34 * Reports accumulated energy since boot on each rail.48 * Stream rail level power measurements for high frequency clients:49 * Streams accumulated energy since boot on each rail. This API is61 * | EnergyData for rail 1 | |63 * | EnergyData for rail 2 | |69 * | EnergyData for rail n | |75 * | EnergyData for rail 1 | |77 * | EnergyData for rail 2 | |83 * | EnergyData for rail n | |
27 /** Index corresponding to the rail */29 /** Name of the rail (opaque to the framework) */31 /** Name of the subsystem to which this rail belongs (opaque to the framework) */39 * Index corresponding to the rail. This index matches62 * that is controlled by a single voltage rail.
115 for (auto const& rail : stat.rail_energy().entry()) { in dumpImpl() local116 *output << rail.rail_name() << "=" << rail.energy_uws() << std::endl; in dumpImpl()
354 const auto &rail = energy_info_pair.first; in logPowerStatus() local355 if (!power_status_log_.prev_energy_info_map.count(rail)) { in logPowerStatus()358 const auto &last_sample = power_status_log_.prev_energy_info_map.at(rail); in logPowerStatus()361 if (calculateAvgPower(rail, last_sample, curr_sample, &avg_power) && in logPowerStatus()370 out.append(StringPrintf("[%s: %0.2f mW] ", rail.c_str(), avg_power)); in logPowerStatus()
353 for (auto rail : rails[0]) { in TEST_P() local354 ASSERT_TRUE(ids.insert(rail.index).second); in TEST_P()