Home
last modified time | relevance | path

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

/aosp14/system/core/healthd/include/healthd/
H A DBatteryMonitor_v1.h62 int getChargeStatus();
H A DBatteryMonitor.h72 int getChargeStatus();
/aosp14/system/core/healthd/
H A Dhealthd_mode_charger_test.cpp97 MOCK_METHOD(Return<void>, getChargeStatus, (getChargeStatus_cb _hidl_cb));
H A DBatteryMonitor_v1.cpp469 int BatteryMonitor::getChargeStatus() { in getChargeStatus() function in android::BatteryMonitor
535 val->valueInt64 = getChargeStatus(); in getProperty()
H A DBatteryMonitor.cpp555 int BatteryMonitor::getChargeStatus() { in getChargeStatus() function in android::BatteryMonitor
662 val->valueInt64 = getChargeStatus(); in getProperty()
/aosp14/frameworks/base/services/core/java/com/android/server/health/
H A DHealthServiceWrapperAidl.java133 prop.setLong(service.getChargeStatus()); in getPropertyInternal()
H A DHealthServiceWrapperHidl.java106 service.getChargeStatus( in getProperty()
/aosp14/system/core/storaged/
H A Dstoraged.cpp147 auto ret = health->getChargeStatus(&status); in init_health_service()
/aosp14/frameworks/base/services/
H A Dart-profile31 HPLandroid/hardware/health/IHealth$Stub$Proxy;->getChargeStatus()I