Searched defs:props (Results 1 - 3 of 3) sorted by relevance

/system/core/healthd/
H A Dhealthd_board_default.cpp25 int healthd_board_battery_update(struct android::BatteryProperties *props) argument
H A DBatteryPropertiesRegistrar.cpp36 void BatteryPropertiesRegistrar::notifyListeners(struct BatteryProperties props) { argument
39 mListeners[i]->batteryPropertiesChanged(props);
H A DBatteryMonitor.cpp173 struct BatteryProperties props; local
176 props.chargerAcOnline = false;
177 props.chargerUsbOnline = false;
178 props.chargerWirelessOnline = false;
179 props.batteryStatus = BATTERY_STATUS_UNKNOWN;
180 props.batteryHealth = BATTERY_HEALTH_UNKNOWN;
181 props.batteryCurrentNow = INT_MIN;
182 props.batteryChargeCounter = INT_MIN;
185 props.batteryPresent = getBooleanField(mHealthdConfig->batteryPresentPath);
187 props
[all...]

Completed in 118 milliseconds