OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:this_max_charge_mah
(Results
1 - 1
of
1
) sorted by null
/external/autotest/client/profilers/powertop/src/
powertop.c
602
unsigned this_charge_mAh = 0,
this_max_charge_mAh
= 0;
617
sscanf(strchr(line, ':')+2, "%d", &
this_max_charge_mAh
);
635
max_charge_mAh +=
this_max_charge_mAh
;
Completed in 1085 milliseconds