OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:batteryStatusPath
(Results
1 - 4
of
4
) sorted by null
/system/core/healthd/include/healthd/
healthd.h
43
//
batteryStatusPath
: charging status (POWER_SUPPLY_PROP_STATUS)
58
android::String8
batteryStatusPath
;
/system/core/healthd/
BatteryMonitor.cpp
254
if (readFromFile(mHealthdConfig->
batteryStatusPath
, buf, SIZE) > 0)
365
if (!mHealthdConfig->
batteryStatusPath
.isEmpty()) {
367
if (readFromFile(mHealthdConfig->
batteryStatusPath
, buf, sizeof(buf)) > 0) {
519
if (mHealthdConfig->
batteryStatusPath
.isEmpty()) {
524
mHealthdConfig->
batteryStatusPath
= path;
648
if (mHealthdConfig->
batteryStatusPath
.isEmpty())
649
KLOG_WARNING(LOG_TAG, "
BatteryStatusPath
not found\n");
healthd.cpp
45
.
batteryStatusPath
= String8(String8::kEmptyString),
/bootable/recovery/
recovery.cpp
[
all
...]
Completed in 226 milliseconds