Home
last modified time | relevance | path

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

/device/google/bonito/health/
DBatteryRechargingControl.cpp67 int BatteryRechargingControl::RemapSOC(int soc) { in RemapSOC() function in device::google::bonito::health::BatteryRechargingControl
108 props->batteryLevel = RemapSOC(props->batteryLevel); in updateBatteryProperties()
126 props->batteryLevel = RemapSOC(props->batteryLevel); in updateBatteryProperties()
135 props->batteryLevel = RemapSOC(props->batteryLevel); in updateBatteryProperties()
148 int battery_level = RemapSOC(props->batteryLevel); in updateBatteryProperties()
DBatteryRechargingControl.h72 int RemapSOC(int);
/device/google/crosshatch/health/
DBatteryRechargingControl.cpp68 int BatteryRechargingControl::RemapSOC(int soc) { in RemapSOC() function in device::google::crosshatch::health::BatteryRechargingControl
106 props->batteryLevel = RemapSOC(props->batteryLevel); in updateBatteryProperties()
124 props->batteryLevel = RemapSOC(props->batteryLevel); in updateBatteryProperties()
133 props->batteryLevel = RemapSOC(props->batteryLevel); in updateBatteryProperties()
146 int battery_level = RemapSOC(props->batteryLevel); in updateBatteryProperties()
DBatteryRechargingControl.h74 int RemapSOC(int);