OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:batteryCurrent
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/include/batteryservice/
BatteryService.h
68
int
batteryCurrent
;
/system/core/healthd/
BatteryMonitor.cpp
73
props->
batteryCurrent
= 0;
226
props.
batteryCurrent
= getIntField(mHealthdConfig->batteryCurrentNowPath) / 1000;
332
" c=%d", props.
batteryCurrent
);
471
snprintf(vs, sizeof(vs), "current now: %d\n", props.
batteryCurrent
);
Completed in 50 milliseconds