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

  /system/core/healthd/
BatteryMonitor.h 34 enum PowerSupplyType {
54 PowerSupplyType readPowerSupplyType(const String8& path);
BatteryMonitor.cpp 119 BatteryMonitor::PowerSupplyType BatteryMonitor::readPowerSupplyType(const String8& path) {
123 BatteryMonitor::PowerSupplyType ret;
140 ret = (BatteryMonitor::PowerSupplyType)mapSysfsString(buf, supplyTypeMap);

Completed in 30 milliseconds