Home
last modified time | relevance | path

Searched refs:getChargeStatus (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
DBinderHealth.h59 Return<void> getChargeStatus(getChargeStatus_cb _hidl_cb) override { in getChargeStatus() function
60 return service()->getChargeStatus(_hidl_cb); in getChargeStatus()
DHealth.h57 Return<void> getChargeStatus(getChargeStatus_cb _hidl_cb) override;
/hardware/interfaces/health/2.0/vts/functional/
DVtsHalHealthV2_0TargetTest.cpp289 TEST_P(HealthHidlTest, getChargeStatus) { in TEST_P() argument
290 EXPECT_OK(mHealth->getChargeStatus([](auto result, auto value) { in TEST_P()
539 TEST_AND_RETURN(isOk(mHealth->getChargeStatus([&](auto result, auto value) { in TEST_P()
557 TEST_AND_RETURN(isOk(mHealth->getChargeStatus([&](auto result, auto value) { in TEST_P()
575 TEST_AND_RETURN(isOk(mHealth->getChargeStatus([&](auto result, auto value) { in TEST_P()
645 TEST_AND_RETURN(isOk(mHealth->getChargeStatus([&](auto result, auto value) { in TEST_P()
/hardware/interfaces/health/2.0/default/include/health2/
DHealth.h49 Return<void> getChargeStatus(getChargeStatus_cb _hidl_cb) override;
/hardware/qcom/sm8150p/gps/android/utils/
Dbattery_listener.cpp108 auto ret = mHealth->getChargeStatus([&](Result r, BatteryStatus status) { in init()
/hardware/qcom/sm7150/gps/android/utils/
Dbattery_listener.cpp111 auto ret = mHealth->getChargeStatus([&](Result r, BatteryStatus status) { in init()
/hardware/interfaces/health/utils/libhealth2impl/
DHealth.cpp147 Return<void> Health::getChargeStatus(getChargeStatus_cb _hidl_cb) { in getChargeStatus() function in android::hardware::health::V2_1::implementation::Health
/hardware/qcom/sm7250/gps/android/utils/
Dbattery_listener.cpp113 auto ret = mHealth->getChargeStatus([&](Result r, BatteryStatus status) { in init()
/hardware/qcom/sm8150/gps/android/utils/
Dbattery_listener.cpp113 auto ret = mHealth->getChargeStatus([&](Result r, BatteryStatus status) { in init()
/hardware/interfaces/health/2.0/default/
DHealth.cpp141 Return<void> Health::getChargeStatus(getChargeStatus_cb _hidl_cb) { in getChargeStatus() function in android::hardware::health::V2_0::implementation::Health
/hardware/interfaces/health/2.0/
DIHealth.hal139 getChargeStatus() generates (Result result, BatteryStatus value);
/hardware/interfaces/health/2.1/
DREADME.md227 // Return<void> getChargeStatus(getChargeStatus_cb _hidl_cb) override;