Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/external/
DPowerStatsPuller.cpp142 const RailInfo& rail = gRailInfo[energyData.index]; in PullInternal() local
146 ptr->write(rail.subsysName); in PullInternal()
147 ptr->write(rail.railName); in PullInternal()
154 rail.subsysName.c_str(), in PullInternal()
155 rail.railName.c_str(), in PullInternal()
/frameworks/base/services/core/jni/
Dcom_android_server_am_BatteryStatsService.cpp325 for (auto rail : rails) { in initializePowerStats() local
326 gPowerStatsHalRailNames.emplace(rail.index, in initializePowerStats()
327 std::make_pair(rail.railName, rail.subsysName)); in initializePowerStats()
/frameworks/base/core/proto/android/os/
Dbatterystats.proto62 // Total rail charge consumed by the monitored rails by the controller. The value may
63 // always be 0 if the device doesn't support monitored rail calculations.
/frameworks/opt/telephony/proto/src/
Dtelephony.proto2677 // Actual monitored rail energy consumed by modem (mAh)
/frameworks/base/cmds/statsd/src/
Datoms.proto4379 // Name of the subsystem (to which the rail belongs).
4382 // Rail name. The rail lies within the subsystem.
4385 // Time (in ms since boot) at which the rail energy value was measured.
4389 // Accumulated energy used via the rail since device boot in uWs.
/frameworks/base/proto/src/
Dwifi.proto1627 // Actual monitored rail energy consumed by wifi (mAh)