Searched refs:PowerSupplyType (Results 1 – 2 of 2) sorted by relevance
32 enum PowerSupplyType { enum59 PowerSupplyType readPowerSupplyType(const String8& path);
151 BatteryMonitor::PowerSupplyType BatteryMonitor::readPowerSupplyType(const String8& path) { in readPowerSupplyType()155 BatteryMonitor::PowerSupplyType ret; in readPowerSupplyType()176 ret = (BatteryMonitor::PowerSupplyType)mapSysfsString(buf, supplyTypeMap); in readPowerSupplyType()