HomeSort by relevance Sort by last modified time
    Searched full:batterychargecounterpath (Results 1 - 3 of 3) sorted by null

  /system/core/healthd/
healthd.h 51 // batteryChargeCounterPath: battery accumulated charge
67 android::String8 batteryChargeCounterPath;
BatteryMonitor.cpp 286 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) {
288 getIntField(mHealthdConfig->batteryChargeCounterPath);
368 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) {
369 v = getIntField(mHealthdConfig->batteryChargeCounterPath);
472 if (mHealthdConfig->batteryChargeCounterPath.isEmpty()) {
477 mHealthdConfig->batteryChargeCounterPath = path;
healthd.cpp 54 .batteryChargeCounterPath = String8(String8::kEmptyString),

Completed in 64 milliseconds