Searched refs:getChargeStatus (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/ |
D | BinderHealth.h | 59 Return<void> getChargeStatus(getChargeStatus_cb _hidl_cb) override { in getChargeStatus() function 60 return service()->getChargeStatus(_hidl_cb); in getChargeStatus()
|
D | Health.h | 57 Return<void> getChargeStatus(getChargeStatus_cb _hidl_cb) override;
|
/hardware/interfaces/health/2.0/vts/functional/ |
D | VtsHalHealthV2_0TargetTest.cpp | 289 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/ |
D | Health.h | 49 Return<void> getChargeStatus(getChargeStatus_cb _hidl_cb) override;
|
/hardware/qcom/sm8150p/gps/android/utils/ |
D | battery_listener.cpp | 108 auto ret = mHealth->getChargeStatus([&](Result r, BatteryStatus status) { in init()
|
/hardware/qcom/sm7150/gps/android/utils/ |
D | battery_listener.cpp | 111 auto ret = mHealth->getChargeStatus([&](Result r, BatteryStatus status) { in init()
|
/hardware/interfaces/health/utils/libhealth2impl/ |
D | Health.cpp | 147 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/ |
D | battery_listener.cpp | 113 auto ret = mHealth->getChargeStatus([&](Result r, BatteryStatus status) { in init()
|
/hardware/qcom/sm8150/gps/android/utils/ |
D | battery_listener.cpp | 113 auto ret = mHealth->getChargeStatus([&](Result r, BatteryStatus status) { in init()
|
/hardware/interfaces/health/2.0/default/ |
D | Health.cpp | 141 Return<void> Health::getChargeStatus(getChargeStatus_cb _hidl_cb) { in getChargeStatus() function in android::hardware::health::V2_0::implementation::Health
|
/hardware/interfaces/health/2.0/ |
D | IHealth.hal | 139 getChargeStatus() generates (Result result, BatteryStatus value);
|
/hardware/interfaces/health/2.1/ |
D | README.md | 227 // Return<void> getChargeStatus(getChargeStatus_cb _hidl_cb) override;
|