OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:batteryTemperaturePath
(Results
1 - 3
of
3
) sorted by null
/system/core/healthd/
healthd.h
46
//
batteryTemperaturePath
: battery temperature (POWER_SUPPLY_PROP_TEMP)
61
android::String8
batteryTemperaturePath
;
BatteryMonitor.cpp
198
props.batteryTemperature = getIntField(mHealthdConfig->
batteryTemperaturePath
);
369
if (mHealthdConfig->
batteryTemperaturePath
.isEmpty()) {
374
mHealthdConfig->
batteryTemperaturePath
= path;
380
mHealthdConfig->
batteryTemperaturePath
= path;
413
if (mHealthdConfig->
batteryTemperaturePath
.isEmpty())
414
KLOG_WARNING(LOG_TAG, "
BatteryTemperaturePath
not found\n");
healthd.cpp
49
.
batteryTemperaturePath
= String8(String8::kEmptyString),
Completed in 101 milliseconds