Home
last modified time | relevance | path

Searched refs:rail (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/power/stats/1.0/
DIPowerStats.hal34 * 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 is
61 * | 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 | |
Dtypes.hal27 /** 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 matches
62 * that is controlled by a single voltage rail.
/hardware/google/pixel/pwrstats_util/dataproviders/
DRailEnergyDataProvider.cpp115 for (auto const& rail : stat.rail_energy().entry()) { in dumpImpl() local
116 *output << rail.rail_name() << "=" << rail.energy_uws() << std::endl; in dumpImpl()
/hardware/google/pixel/thermal/utils/
Dconfig_parser.cpp801 std::string rail; in ParsePowerRailInfo() local
803 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()
Dconfig_parser.h125 std::string rail; member
Dpower_files.cpp108 if (energy_info_map_.count(power_rail_info.rail)) { in registerPowerRailsToWatch()
/hardware/interfaces/power/stats/1.0/vts/functional/
DVtsHalPowerStatsV1_0TargetTest.cpp353 for (auto rail : rails[0]) { in TEST_P() local
354 ASSERT_TRUE(ids.insert(rail.index).second); in TEST_P()