Searched refs:rail (Results 1 – 7 of 7) 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()
801 std::string rail; in ParsePowerRailInfo() local803 rail = name; in ParsePowerRailInfo()805 rail = power_rails[i]["Rail"].asString(); in ParsePowerRailInfo()807 LOG(INFO) << "PowerRail[" << i << "]'s Rail: " << rail; in ParsePowerRailInfo()890 .rail = rail, in ParsePowerRailInfo()
125 std::string rail; member
108 if (energy_info_map_.count(power_rail_info.rail)) { in registerPowerRailsToWatch()
353 for (auto rail : rails[0]) { in TEST_P() local354 ASSERT_TRUE(ids.insert(rail.index).second); in TEST_P()