Searched defs:getChargeStatus (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/ | ||
H A D | BinderHealth.h | 59 Return<void> getChargeStatus(getChargeStatus_cb _hidl_cb) override { in getChargeStatus() function |
/aosp12/hardware/interfaces/health/utils/libhealth2impl/ | ||
H A D | Health.cpp | 147 Return<void> Health::getChargeStatus(getChargeStatus_cb _hidl_cb) { in getChargeStatus() function in android::hardware::health::V2_1::implementation::Health |
/aosp12/hardware/interfaces/health/2.0/default/ | ||
H A D | Health.cpp | 141 Return<void> Health::getChargeStatus(getChargeStatus_cb _hidl_cb) { in getChargeStatus() function in android::hardware::health::V2_0::implementation::Health |
/aosp12/system/core/healthd/ | ||
H A D | BatteryMonitor.cpp | 398 int BatteryMonitor::getChargeStatus() { in getChargeStatus() function in android::BatteryMonitor |
/aosp12/hardware/interfaces/health/2.0/vts/functional/ | ||
H A D | VtsHalHealthV2_0TargetTest.cpp | 289 TEST_P(HealthHidlTest, getChargeStatus) { in TEST_P() argument |