OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:batteryStatusPath
(Results
1 - 3
of
3
) sorted by null
/system/core/healthd/
healthd.h
41
//
batteryStatusPath
: charging status (POWER_SUPPLY_PROP_STATUS)
56
android::String8
batteryStatusPath
;
BatteryMonitor.cpp
204
if (readFromFile(mHealthdConfig->
batteryStatusPath
, buf, SIZE) > 0)
306
if (mHealthdConfig->
batteryStatusPath
.isEmpty()) {
311
mHealthdConfig->
batteryStatusPath
= path;
403
if (mHealthdConfig->
batteryStatusPath
.isEmpty())
404
KLOG_WARNING(LOG_TAG, "
BatteryStatusPath
not found\n");
healthd.cpp
44
.
batteryStatusPath
= String8(String8::kEmptyString),
Completed in 24 milliseconds