Home
last modified time | relevance | path

Searched refs:healthInfoChanged_2_1 (Results 1 – 4 of 4) 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/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