Home
last modified time | relevance | path

Searched refs:PowerSupplyType (Results 1 – 2 of 2) sorted by relevance

/system/core/healthd/
DBatteryMonitor.h32 enum PowerSupplyType { enum
56 PowerSupplyType readPowerSupplyType(const String8& path);
DBatteryMonitor.cpp123 BatteryMonitor::PowerSupplyType BatteryMonitor::readPowerSupplyType(const String8& path) { in readPowerSupplyType()
127 BatteryMonitor::PowerSupplyType ret; in readPowerSupplyType()
144 ret = (BatteryMonitor::PowerSupplyType)mapSysfsString(buf, supplyTypeMap); in readPowerSupplyType()