Searched refs:healthInfoChanged (Results 1 – 3 of 3) sorted by relevance
25 * An implementation of IHealthInfoBus must call healthInfoChanged on all29 oneway healthInfoChanged(HealthInfo info);
117 Return<void> healthInfoChanged(const HealthInfo&) override { in healthInfoChanged() function in android::hardware::health::V2_0::Callback
192 auto ret = (*it)->healthInfoChanged(*healthInfo); in notifyListeners()