OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:batteryTemperaturePath
(Results
1 - 4
of
4
) sorted by null
/system/core/healthd/include/healthd/
healthd.h
48
//
batteryTemperaturePath
: battery temperature (POWER_SUPPLY_PROP_TEMP)
63
android::String8
batteryTemperaturePath
;
/system/core/healthd/
BatteryMonitor.cpp
239
getIntField(mHealthdConfig->
batteryTemperaturePath
);
606
if (mHealthdConfig->
batteryTemperaturePath
.isEmpty()) {
611
mHealthdConfig->
batteryTemperaturePath
= path;
617
mHealthdConfig->
batteryTemperaturePath
= path;
658
if (mHealthdConfig->
batteryTemperaturePath
.isEmpty())
659
KLOG_WARNING(LOG_TAG, "
BatteryTemperaturePath
not found\n");
healthd.cpp
50
.
batteryTemperaturePath
= String8(String8::kEmptyString),
/bootable/recovery/
recovery.cpp
[
all
...]
Completed in 592 milliseconds