OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:this_discharge_ma
(Results
1 - 1
of
1
) sorted by null
/external/autotest/client/profilers/powertop/src/
powertop.c
603
unsigned this_voltage_mV = 0,
this_discharge_mA
= 0;
621
sscanf(strchr(line, ':')+2, "%d", &
this_discharge_mA
);
637
discharge_mA +=
this_discharge_mA
;
Completed in 749 milliseconds