Home
last modified time | relevance | path

Searched refs:healthInfoChanged (Results 1 – 7 of 7) 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/interfaces/health/utils/libhealth2impl/include/health2impl/
DCallback.h43 return callback_->healthInfoChanged(info.legacy); in Notify()
/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