/hardware/interfaces/health/2.0/ |
D | IHealthInfoCallback.hal | 25 * An implementation of IHealthInfoBus must call healthInfoChanged on all 29 oneway healthInfoChanged(HealthInfo info);
|
/hardware/interfaces/health/2.1/ |
D | IHealthInfoCallback.hal | 26 * inherited healthInfoChanged() function is never called when the HAL 31 * An implementation of IHealth must call healthInfoChanged on all
|
D | IHealth.hal | 36 * @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/ |
D | IHealthInfoCallback.aidl | 37 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/ |
D | IHealthInfoCallback.aidl | 37 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/ |
D | IHealthInfoCallback.aidl | 37 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/ |
D | IHealthInfoCallback.aidl | 37 oneway void healthInfoChanged(in android.hardware.health.HealthInfo info); in healthInfoChanged() method
|
/hardware/interfaces/health/aidl/android/hardware/health/ |
D | IHealthInfoCallback.aidl | 32 oneway void healthInfoChanged(in HealthInfo info); in healthInfoChanged() method
|
/hardware/qcom/sm8150/gps/android/utils/ |
D | battery_listener.cpp | 66 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/ |
D | battery_listener.cpp | 66 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/ |
D | Callback.h | 43 return callback_->healthInfoChanged(info.legacy); in Notify()
|
/hardware/qcom/sm7150/gps/android/utils/ |
D | battery_listener.cpp | 66 virtual hardware::Return<void> healthInfoChanged( 219 Return<void> BatteryListenerImpl::healthInfoChanged( in healthInfoChanged() function in android::BatteryListenerImpl
|
/hardware/qcom/sm8150p/gps/android/utils/ |
D | battery_listener.cpp | 63 virtual hardware::Return<void> healthInfoChanged( 214 Return<void> BatteryListenerImpl::healthInfoChanged( in healthInfoChanged() function in android::BatteryListenerImpl
|
/hardware/interfaces/health/2.1/vts/functional/ |
D | VtsHalHealthV2_1TargetTest.cpp | 108 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/ |
D | shim.cpp | 43 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/ |
D | Health.cpp | 306 auto res = callback->healthInfoChanged(health_info); in registerCallback() 369 auto res = callback->healthInfoChanged(health_info); in OnHealthInfoChanged()
|
/hardware/interfaces/health/2.0/vts/functional/ |
D | VtsHalHealthV2_0TargetTest.cpp | 84 Return<void> healthInfoChanged(const HealthInfo&) override { in healthInfoChanged() function in android::hardware::health::V2_0::Callback
|
/hardware/interfaces/health/aidl/vts/functional/ |
D | VtsHalHealthTargetTest.cpp | 114 ScopedAStatus healthInfoChanged(const HealthInfo&) override { in healthInfoChanged() function in aidl::android::hardware::health::Callback
|