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

  /system/core/healthd/
BatteryMonitor.cpp 225 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty())
226 props.batteryCurrent = getIntField(mHealthdConfig->batteryCurrentNowPath) / 1000;
330 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) {
391 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) {
393 getIntField(mHealthdConfig->batteryCurrentNowPath);
452 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) {
453 v = getIntField(mHealthdConfig->batteryCurrentNowPath);
470 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) {
574 if (mHealthdConfig->batteryCurrentNowPath.isEmpty()) {
579 mHealthdConfig->batteryCurrentNowPath = path
    [all...]
healthd.cpp 52 .batteryCurrentNowPath = String8(String8::kEmptyString),
  /system/core/healthd/include/healthd/
healthd.h 50 // batteryCurrentNowPath: battery current (POWER_SUPPLY_PROP_CURRENT_NOW)
65 android::String8 batteryCurrentNowPath;
  /bootable/recovery/
recovery.cpp     [all...]

Completed in 498 milliseconds