Home
last modified time | relevance | path

Searched refs:healthInfoChanged (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/health/2.0/
DIHealthInfoCallback.hal25 * An implementation of IHealthInfoBus must call healthInfoChanged on all
29 oneway healthInfoChanged(HealthInfo info);
/hardware/interfaces/health/2.1/
DIHealthInfoCallback.hal26 * inherited healthInfoChanged() function is never called when the HAL
31 * An implementation of IHealth must call healthInfoChanged on all
DIHealth.hal36 * @2.0::IHealthInfoCallback.healthInfoChanged().
38 * @2.0::IHealthInfoCallback.healthInfoChanged().
40 * through either healthInfoChanged_2_1() or healthInfoChanged().
/hardware/qcom/sm7250/gps/android/utils/
Dbattery_listener.cpp66 virtual hardware::Return<void> healthInfoChanged(
223 Return<void> BatteryListenerImpl::healthInfoChanged( in healthInfoChanged() function in android::BatteryListenerImpl
237 healthInfoChanged(info.legacy); in healthInfoChanged_2_1()
/hardware/qcom/sm8150/gps/android/utils/
Dbattery_listener.cpp66 virtual hardware::Return<void> healthInfoChanged(
223 Return<void> BatteryListenerImpl::healthInfoChanged( in healthInfoChanged() function in android::BatteryListenerImpl
237 healthInfoChanged(info.legacy); in healthInfoChanged_2_1()
/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
DCallback.h43 return callback_->healthInfoChanged(info.legacy); in Notify()
/hardware/qcom/sm8150p/gps/android/utils/
Dbattery_listener.cpp63 virtual hardware::Return<void> healthInfoChanged(
214 Return<void> BatteryListenerImpl::healthInfoChanged( in healthInfoChanged() function in android::BatteryListenerImpl
/hardware/qcom/sm7150/gps/android/utils/
Dbattery_listener.cpp66 virtual hardware::Return<void> healthInfoChanged(
219 Return<void> BatteryListenerImpl::healthInfoChanged( in healthInfoChanged() function in android::BatteryListenerImpl
/hardware/interfaces/health/2.1/vts/functional/
DVtsHalHealthV2_1TargetTest.cpp108 Return<void> healthInfoChanged(const android::hardware::health::V2_0::HealthInfo&) override { in healthInfoChanged() function in android::hardware::health::V2_1::Callback_2_0
115 Return<void> healthInfoChanged(const android::hardware::health::V2_0::HealthInfo&) override { in healthInfoChanged() function in android::hardware::health::V2_1::Callback_2_1
/hardware/interfaces/health/2.0/default/
DHealth.cpp205 auto ret = (*it)->healthInfoChanged(*healthInfo); in notifyListeners()
/hardware/interfaces/health/2.0/vts/functional/
DVtsHalHealthV2_0TargetTest.cpp82 Return<void> healthInfoChanged(const HealthInfo&) override { in healthInfoChanged() function in android::hardware::health::V2_0::Callback