OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:batteryChargeCounterPath
(Results
1 - 3
of
3
) sorted by null
/system/core/healthd/
healthd.h
49
//
batteryChargeCounterPath
: battery accumulated charge
64
android::String8
batteryChargeCounterPath
;
BatteryMonitor.cpp
195
if (!mHealthdConfig->
batteryChargeCounterPath
.isEmpty())
196
props.batteryChargeCounter = getIntField(mHealthdConfig->
batteryChargeCounterPath
);
361
if (mHealthdConfig->
batteryChargeCounterPath
.isEmpty()) {
366
mHealthdConfig->
batteryChargeCounterPath
= path;
healthd.cpp
52
.
batteryChargeCounterPath
= String8(String8::kEmptyString),
Completed in 29 milliseconds