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

  /system/core/healthd/
BatteryMonitor.cpp 38 #define POWER_SUPPLY_SYSFS_PATH "/sys/class/" POWER_SUPPLY_SUBSYSTEM
268 path.appendFormat("%s/%s/online", POWER_SUPPLY_SYSFS_PATH,
274 path.appendFormat("%s/%s/type", POWER_SUPPLY_SYSFS_PATH,
291 path.appendFormat("%s/%s/current_max", POWER_SUPPLY_SYSFS_PATH,
297 path.appendFormat("%s/%s/voltage_max", POWER_SUPPLY_SYSFS_PATH,
491 DIR* dir = opendir(POWER_SUPPLY_SYSFS_PATH);
493 KLOG_ERROR(LOG_TAG, "Could not open %s\n", POWER_SUPPLY_SYSFS_PATH);
505 path.appendFormat("%s/%s/type", POWER_SUPPLY_SYSFS_PATH, name);
511 path.appendFormat("%s/%s/online", POWER_SUPPLY_SYSFS_PATH, name);
521 path.appendFormat("%s/%s/status", POWER_SUPPLY_SYSFS_PATH,
    [all...]
  /device/htc/flounder/health/
healthd-flounder.cpp 29 #define POWER_SUPPLY_SYSFS_PATH "/sys/class/" POWER_SUPPLY_SUBSYSTEM
31 #define MAX17050_PATH POWER_SUPPLY_SYSFS_PATH "/battery"
34 #define PALMAS_VOLTAGE_MONITOR_PATH POWER_SUPPLY_SYSFS_PATH "/palmas_voltage_monitor"

Completed in 85 milliseconds