Searched refs:healthInfoChanged (Results 1 – 11 of 11) sorted by relevance
25 * An implementation of IHealthInfoBus must call healthInfoChanged on all29 oneway healthInfoChanged(HealthInfo info);
26 * inherited healthInfoChanged() function is never called when the HAL31 * An implementation of IHealth must call healthInfoChanged on all
36 * @2.0::IHealthInfoCallback.healthInfoChanged().38 * @2.0::IHealthInfoCallback.healthInfoChanged().40 * through either healthInfoChanged_2_1() or healthInfoChanged().
66 virtual hardware::Return<void> healthInfoChanged(223 Return<void> BatteryListenerImpl::healthInfoChanged( in healthInfoChanged() function in android::BatteryListenerImpl237 healthInfoChanged(info.legacy); in healthInfoChanged_2_1()
43 return callback_->healthInfoChanged(info.legacy); in Notify()
63 virtual hardware::Return<void> healthInfoChanged(214 Return<void> BatteryListenerImpl::healthInfoChanged( in healthInfoChanged() function in android::BatteryListenerImpl
66 virtual hardware::Return<void> healthInfoChanged(219 Return<void> BatteryListenerImpl::healthInfoChanged( in healthInfoChanged() function in android::BatteryListenerImpl
108 Return<void> healthInfoChanged(const android::hardware::health::V2_0::HealthInfo&) override { in healthInfoChanged() function in android::hardware::health::V2_1::Callback_2_0115 Return<void> healthInfoChanged(const android::hardware::health::V2_0::HealthInfo&) override { in healthInfoChanged() function in android::hardware::health::V2_1::Callback_2_1
205 auto ret = (*it)->healthInfoChanged(*healthInfo); in notifyListeners()
82 Return<void> healthInfoChanged(const HealthInfo&) override { in healthInfoChanged() function in android::hardware::health::V2_0::Callback