Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Dpowertop.c603 unsigned this_voltage_mV = 0, this_discharge_mA = 0; in print_battery_proc_pmu() local
621 sscanf(strchr(line, ':')+2, "%d", &this_discharge_mA); in print_battery_proc_pmu()
637 discharge_mA += this_discharge_mA; in print_battery_proc_pmu()