HomeSort by relevance Sort by last modified time
    Searched refs:batteryCurrentAvgPath (Results 1 - 6 of 6) sorted by null

  /hardware/interfaces/health/1.0/
types.hal 140 * batteryCurrentAvgPath - file path to read battery average current.
143 string batteryCurrentAvgPath;
  /hardware/interfaces/health/1.0/default/
convert.cpp 37 config.batteryCurrentAvgPath = hc->batteryCurrentAvgPath.string();
80 hc->batteryCurrentAvgPath =
81 android::String8(c.batteryCurrentAvgPath.c_str(),
  /system/core/healthd/include/healthd/
healthd.h 66 android::String8 batteryCurrentAvgPath;
  /system/core/healthd/
BatteryMonitor.cpp 380 if (!mHealthdConfig->batteryCurrentAvgPath.isEmpty()) {
382 getIntField(mHealthdConfig->batteryCurrentAvgPath);
446 if (!mHealthdConfig->batteryCurrentAvgPath.isEmpty()) {
447 v = getIntField(mHealthdConfig->batteryCurrentAvgPath);
578 if (mHealthdConfig->batteryCurrentAvgPath.isEmpty()) {
583 mHealthdConfig->batteryCurrentAvgPath = path;
healthd_common.cpp 63 .batteryCurrentAvgPath = String8(String8::kEmptyString),
  /bootable/recovery/
recovery.cpp     [all...]

Completed in 326 milliseconds