Home
last modified time | relevance | path

Searched refs:batteryCycleCountPath (Results 1 – 4 of 4) sorted by relevance

/system/core/healthd/
DBatteryMonitor_v1.cpp320 if (!mHealthdConfig->batteryCycleCountPath.empty()) in updateValues()
321 mHealthInfo->batteryCycleCount = getIntField(mHealthdConfig->batteryCycleCountPath); in updateValues()
433 if (!healthd_config.batteryCycleCountPath.empty()) { in doLogValues()
583 if (!mHealthdConfig->batteryCycleCountPath.empty()) { in dumpState()
691 if (mHealthdConfig->batteryCycleCountPath.empty()) { in init()
696 mHealthdConfig->batteryCycleCountPath = path; in init()
796 if (mHealthdConfig->batteryCycleCountPath.empty()) in init()
DBatteryMonitor.cpp392 if (!mHealthdConfig->batteryCycleCountPath.empty()) in updateValues()
393 mHealthInfo->batteryCycleCount = getIntField(mHealthdConfig->batteryCycleCountPath); in updateValues()
531 if (!healthd_config.batteryCycleCountPath.empty()) { in doLogValues()
739 if (!mHealthdConfig->batteryCycleCountPath.empty()) { in dumpState()
868 if (mHealthdConfig->batteryCycleCountPath.empty()) { in init()
873 mHealthdConfig->batteryCycleCountPath = path; in init()
1021 if (mHealthdConfig->batteryCycleCountPath.empty()) in init()
Dcharger_test.cpp134 config->batteryCycleCountPath = createFile("/data/local/tmp/batteryCycleCount", "77"); in healthd_board_init()
/system/core/healthd/include/healthd/
Dhealthd.h71 android::String8 batteryCycleCountPath; member