Searched refs:batteryChargeCounterPath (Results 1 – 3 of 3) sorted by relevance
269 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) in updateValues()270 props.batteryChargeCounter = getIntField(mHealthdConfig->batteryChargeCounterPath); in updateValues()411 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) { in getProperty()413 getIntField(mHealthdConfig->batteryChargeCounterPath); in getProperty()500 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) { in dumpState()501 v = getIntField(mHealthdConfig->batteryChargeCounterPath); in dumpState()659 if (mHealthdConfig->batteryChargeCounterPath.isEmpty()) { in init()664 mHealthdConfig->batteryChargeCounterPath = path; in init()
132 config->batteryChargeCounterPath = createFile("/data/local/tmp/batteryChargeCounter", "600"); in healthd_board_init()
69 android::String8 batteryChargeCounterPath; member