OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:batteryTechnologyPath
(Results
1 - 3
of
3
) sorted by null
/system/core/healthd/
healthd.h
47
//
batteryTechnologyPath
: battery technology (POWER_SUPPLY_PROP_TECHNOLOGY)
62
android::String8
batteryTechnologyPath
;
BatteryMonitor.cpp
210
if (readFromFile(mHealthdConfig->
batteryTechnologyPath
, buf, SIZE) > 0)
384
if (mHealthdConfig->
batteryTechnologyPath
.isEmpty()) {
389
mHealthdConfig->
batteryTechnologyPath
= path;
415
if (mHealthdConfig->
batteryTechnologyPath
.isEmpty())
416
KLOG_WARNING(LOG_TAG, "
BatteryTechnologyPath
not found\n");
healthd.cpp
50
.
batteryTechnologyPath
= String8(String8::kEmptyString),
Completed in 56 milliseconds