Home
last modified time | relevance | path

Searched refs:mapSysfsString (Results 1 – 4 of 4) sorted by relevance

/device/google/bonito/health/
DBatteryRechargingControl.cpp35 int BatteryRechargingControl::mapSysfsString(const char *str, struct sysfsStringEnumMap map[]) { in mapSysfsString() function in device::google::bonito::health::BatteryRechargingControl
54 ret = mapSysfsString(status, batteryStatusMap); in getBatteryStatus()
DBatteryRechargingControl.h70 int mapSysfsString(const char *str, struct sysfsStringEnumMap map[]);
/device/google/crosshatch/health/
DBatteryRechargingControl.cpp36 int BatteryRechargingControl::mapSysfsString(const char *str, struct sysfsStringEnumMap map[]) { in mapSysfsString() function in device::google::crosshatch::health::BatteryRechargingControl
55 ret = mapSysfsString(status, batteryStatusMap); in getBatteryStatus()
DBatteryRechargingControl.h72 int mapSysfsString(const char *str, struct sysfsStringEnumMap map[]);