Home
last modified time | relevance | path

Searched refs:healthInfoChanged (Results 1 – 18 of 18) 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/aidl/aidl_api/android.hardware.health/2/android/hardware/health/
DIHealthInfoCallback.aidl37 oneway void healthInfoChanged(in android.hardware.health.HealthInfo info); in healthInfoChanged() method
/hardware/interfaces/health/aidl/aidl_api/android.hardware.health/3/android/hardware/health/
DIHealthInfoCallback.aidl37 oneway void healthInfoChanged(in android.hardware.health.HealthInfo info); in healthInfoChanged() method
/hardware/interfaces/health/aidl/aidl_api/android.hardware.health/1/android/hardware/health/
DIHealthInfoCallback.aidl37 oneway void healthInfoChanged(in android.hardware.health.HealthInfo info); in healthInfoChanged() method
/hardware/interfaces/health/aidl/aidl_api/android.hardware.health/current/android/hardware/health/
DIHealthInfoCallback.aidl37 oneway void healthInfoChanged(in android.hardware.health.HealthInfo info); in healthInfoChanged() method
/hardware/interfaces/health/aidl/android/hardware/health/
DIHealthInfoCallback.aidl32 oneway void healthInfoChanged(in HealthInfo info); in healthInfoChanged() method
/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/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/interfaces/health/utils/libhealth2impl/include/health2impl/
DCallback.h43 return callback_->healthInfoChanged(info.legacy); in Notify()
/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/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/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/utils/libhealthshim/
Dshim.cpp43 Return<void> healthInfoChanged(const HidlHealthInfo& info) override { in healthInfoChanged() function in aidl::android::hardware::health::__anon80ee39170111::HealthInfoCallbackShim
48 (void)impl_->healthInfoChanged(aidl_info); in healthInfoChanged()
/hardware/interfaces/health/aidl/default/
DHealth.cpp306 auto res = callback->healthInfoChanged(health_info); in registerCallback()
369 auto res = callback->healthInfoChanged(health_info); in OnHealthInfoChanged()
/hardware/interfaces/health/2.0/vts/functional/
DVtsHalHealthV2_0TargetTest.cpp84 Return<void> healthInfoChanged(const HealthInfo&) override { in healthInfoChanged() function in android::hardware::health::V2_0::Callback
/hardware/interfaces/health/aidl/vts/functional/
DVtsHalHealthTargetTest.cpp114 ScopedAStatus healthInfoChanged(const HealthInfo&) override { in healthInfoChanged() function in aidl::android::hardware::health::Callback