Home
last modified time | relevance | path

Searched refs:getCurrentAverage (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
H A DBinderHealth.h50 Return<void> getCurrentAverage(getCurrentAverage_cb _hidl_cb) override { in getCurrentAverage() function
51 return service()->getCurrentAverage(_hidl_cb); in getCurrentAverage()
H A DHealth.h54 Return<void> getCurrentAverage(getCurrentAverage_cb _hidl_cb) override;
/aosp12/hardware/interfaces/health/2.0/vts/functional/
H A DVtsHalHealthV2_0TargetTest.cpp262 TEST_P(HealthHidlTest, getCurrentAverage) { in TEST_P() argument
263 EXPECT_OK(mHealth->getCurrentAverage([](auto result, auto value) { in TEST_P()
561 TEST_AND_RETURN(isOk(mHealth->getCurrentAverage([&](auto result, auto value) { in TEST_P()
583 TEST_AND_RETURN(isOk(mHealth->getCurrentAverage([&](auto result, auto value) { in TEST_P()
/aosp12/hardware/interfaces/health/2.0/default/include/health2/
H A DHealth.h46 Return<void> getCurrentAverage(getCurrentAverage_cb _hidl_cb) override;
/aosp12/system/core/healthd/
H A Dhealthd_mode_charger_test.cpp93 MOCK_METHOD(Return<void>, getCurrentAverage, (getCurrentAverage_cb _hidl_cb));
/aosp12/hardware/interfaces/health/utils/libhealth2impl/
H A DHealth.cpp135 Return<void> Health::getCurrentAverage(getCurrentAverage_cb _hidl_cb) { in getCurrentAverage() function in android::hardware::health::V2_1::implementation::Health
/aosp12/hardware/interfaces/health/2.0/default/
H A DHealth.cpp126 Return<void> Health::getCurrentAverage(getCurrentAverage_cb _hidl_cb) { in getCurrentAverage() function in android::hardware::health::V2_0::implementation::Health
/aosp12/hardware/interfaces/health/2.0/
H A DIHealth.hal106 getCurrentAverage() generates (Result result, int32_t value);
/aosp12/hardware/interfaces/health/2.1/
H A DREADME.md224 // Return<void> getCurrentAverage(getCurrentAverage_cb _hidl_cb) override;
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java1289 service.getCurrentAverage((int result, int value) -> { in getProperty()
/aosp12/frameworks/base/services/
H A Dart-profile106 HPLandroid/hardware/health/V2_0/IHealth$Proxy;->getCurrentAverage(Landroid/hardware/health/V2_0/IHe…