Home
last modified time | relevance | path

Searched refs:healthInfoChanged_2_1 (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/health/2.1/
DIHealthInfoCallback.hal25 * A @2.1::IHealthInfoCallback must implement healthInfoChanged_2_1(). The
35 oneway healthInfoChanged_2_1(HealthInfo info);
DIHealth.hal34 * @2.1::IHealthInfoCallback.healthInfoChanged_2_1(). All fields introduced
40 * through either healthInfoChanged_2_1() or healthInfoChanged().
/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
DCallback.h55 return callback_->healthInfoChanged_2_1(info); in Notify()
/hardware/qcom/sm7250/gps/android/utils/
Dbattery_listener.cpp68 virtual hardware::Return<void> healthInfoChanged_2_1(
234 Return<void> BatteryListenerImpl::healthInfoChanged_2_1( in healthInfoChanged_2_1() function in android::BatteryListenerImpl
/hardware/qcom/sm8150/gps/android/utils/
Dbattery_listener.cpp68 virtual hardware::Return<void> healthInfoChanged_2_1(
234 Return<void> BatteryListenerImpl::healthInfoChanged_2_1( in healthInfoChanged_2_1() function in android::BatteryListenerImpl
/hardware/interfaces/health/2.1/vts/functional/
DVtsHalHealthV2_1TargetTest.cpp120 Return<void> healthInfoChanged_2_1(const HealthInfo&) override { in healthInfoChanged_2_1() function in android::hardware::health::V2_1::Callback_2_1