OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:batteryVoltagePath
(Results
1 - 3
of
3
) sorted by null
/system/core/healthd/
healthd.h
45
//
batteryVoltagePath
: battery voltage (POWER_SUPPLY_PROP_VOLTAGE_NOW)
60
android::String8
batteryVoltagePath
;
BatteryMonitor.cpp
190
props.batteryVoltage = getIntField(mHealthdConfig->
batteryVoltagePath
) / 1000;
338
if (mHealthdConfig->
batteryVoltagePath
.isEmpty()) {
343
mHealthdConfig->
batteryVoltagePath
= path;
349
mHealthdConfig->
batteryVoltagePath
= path;
411
if (mHealthdConfig->
batteryVoltagePath
.isEmpty())
412
KLOG_WARNING(LOG_TAG, "
BatteryVoltagePath
not found\n");
healthd.cpp
48
.
batteryVoltagePath
= String8(String8::kEmptyString),
Completed in 23 milliseconds