OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIntField
(Results
1 - 2
of
2
) sorted by null
/system/core/healthd/
BatteryMonitor.h
56
int
getIntField
(const String8& path);
BatteryMonitor.cpp
161
int BatteryMonitor::
getIntField
(const String8& path) {
189
props.batteryLevel =
getIntField
(mHealthdConfig->batteryCapacityPath);
190
props.batteryVoltage =
getIntField
(mHealthdConfig->batteryVoltagePath) / 1000;
193
props.batteryCurrentNow =
getIntField
(mHealthdConfig->batteryCurrentNowPath);
196
props.batteryChargeCounter =
getIntField
(mHealthdConfig->batteryChargeCounterPath);
198
props.batteryTemperature =
getIntField
(mHealthdConfig->batteryTemperaturePath);
Completed in 34 milliseconds