Searched refs:props (Results 1 – 6 of 6) sorted by relevance
173 struct BatteryProperties props; in update() local176 props.chargerAcOnline = false; in update()177 props.chargerUsbOnline = false; in update()178 props.chargerWirelessOnline = false; in update()179 props.batteryStatus = BATTERY_STATUS_UNKNOWN; in update()180 props.batteryHealth = BATTERY_HEALTH_UNKNOWN; in update()181 props.batteryCurrentNow = INT_MIN; in update()182 props.batteryChargeCounter = INT_MIN; in update()185 props.batteryPresent = getBooleanField(mHealthdConfig->batteryPresentPath); in update()187 props.batteryPresent = true; in update()[all …]
36 void BatteryPropertiesRegistrar::notifyListeners(struct BatteryProperties props) { in notifyListeners() argument39 mListeners[i]->batteryPropertiesChanged(props); in notifyListeners()
25 int healthd_board_battery_update(struct android::BatteryProperties *props) in healthd_board_battery_update() argument
90 int healthd_board_battery_update(struct android::BatteryProperties *props);
38 void notifyListeners(struct BatteryProperties props);
67 CameraCharacteristics props = mCameraManager.getCameraCharacteristics(ids[i]);69 props);72 Integer hwLevel = props.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL);80 props.get(CameraCharacteristics.${jkey_identifier(entry.name)}));82 List<Key<?>> allKeys = props.getKeys();84 ids[i], props));