Home
last modified time | relevance | path

Searched refs:props (Results 1 – 6 of 6) sorted by relevance

/system/core/healthd/
DBatteryMonitor.cpp173 struct BatteryProperties props; in update() local
176 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 …]
DBatteryPropertiesRegistrar.cpp36 void BatteryPropertiesRegistrar::notifyListeners(struct BatteryProperties props) { in notifyListeners() argument
39 mListeners[i]->batteryPropertiesChanged(props); in notifyListeners()
Dhealthd_board_default.cpp25 int healthd_board_battery_update(struct android::BatteryProperties *props) in healthd_board_battery_update() argument
Dhealthd.h90 int healthd_board_battery_update(struct android::BatteryProperties *props);
DBatteryPropertiesRegistrar.h38 void notifyListeners(struct BatteryProperties props);
/system/media/camera/docs/
DCameraCharacteristicsTest.mako67 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));