Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Dpowertop.c602 unsigned this_charge_mAh = 0, this_max_charge_mAh = 0; in print_battery_proc_pmu() local
615 sscanf(strchr(line, ':')+2, "%d", &this_charge_mAh); in print_battery_proc_pmu()
634 charge_mAh += this_charge_mAh; in print_battery_proc_pmu()