OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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