Searched refs:rail (Results 1 – 6 of 6) sorted by relevance
141 const RailInfo& rail = gRailInfo[energyData.index]; in PullInternal() local145 ptr->write(rail.subsysName); in PullInternal()146 ptr->write(rail.railName); in PullInternal()153 rail.subsysName.c_str(), in PullInternal()154 rail.railName.c_str(), in PullInternal()
325 for (auto rail : rails) { in initializePowerStats() local326 gPowerStatsHalRailNames.emplace(rail.index, in initializePowerStats()327 std::make_pair(rail.railName, rail.subsysName)); in initializePowerStats()
62 // Total rail charge consumed by the monitored rails by the controller. The value may63 // always be 0 if the device doesn't support monitored rail calculations.
2534 // Actual monitored rail energy consumed by modem (mAh)
3818 // Name of the subsystem (to which the rail belongs).3821 // Rail name. The rail lies within the subsystem.3824 // Time (in ms since boot) at which the rail energy value was measured.3828 // Accumulated energy used via the rail since device boot in uWs.
1536 // Actual monitored rail energy consumed by wifi (mAh)