Home
last modified time | relevance | path

Searched defs:getChargeStatus (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
DBinderHealth.h59 Return<void> getChargeStatus(getChargeStatus_cb _hidl_cb) override { in getChargeStatus() function
/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/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/vts/functional/
DVtsHalHealthV2_0TargetTest.cpp289 TEST_P(HealthHidlTest, getChargeStatus) { in TEST_P() argument