Home
last modified time | relevance | path

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

/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
DBinderHealth.h50 Return<void> getCurrentAverage(getCurrentAverage_cb _hidl_cb) override { in getCurrentAverage() function
51 return service()->getCurrentAverage(_hidl_cb); in getCurrentAverage()
DHealth.h54 Return<void> getCurrentAverage(getCurrentAverage_cb _hidl_cb) override;
/hardware/interfaces/health/utils/libhealthshim/
Dtest.cpp57 MOCK_METHOD(Return<void>, getCurrentAverage, (getCurrentAverage_cb _hidl_cb), (override));
98 ADD_TEST(getCurrentAverage, getCurrentAverageMicroamps, int32_t, 0xA2D401D, 0)
Dshim.cpp139 auto ret = service_->getCurrentAverage([out, &out_result](auto result, auto value) { in getCurrentAverageMicroamps()
/hardware/interfaces/health/2.0/vts/functional/
DVtsHalHealthV2_0TargetTest.cpp264 TEST_P(HealthHidlTest, getCurrentAverage) { in TEST_P() argument
265 EXPECT_OK(mHealth->getCurrentAverage([](auto result, auto value) { in TEST_P()
485 TEST_AND_RETURN(isOk(mHealth->getCurrentAverage([&](auto result, auto value) { in TEST_P()
507 TEST_AND_RETURN(isOk(mHealth->getCurrentAverage([&](auto result, auto value) { in TEST_P()
/hardware/interfaces/health/utils/libhealth2impl/
DHealth.cpp135 Return<void> Health::getCurrentAverage(getCurrentAverage_cb _hidl_cb) { in getCurrentAverage() function in android::hardware::health::V2_1::implementation::Health
/hardware/interfaces/health/2.0/
DIHealth.hal106 getCurrentAverage() generates (Result result, int32_t value);
/hardware/interfaces/health/2.1/
DREADME.md224 // Return<void> getCurrentAverage(getCurrentAverage_cb _hidl_cb) override;
/hardware/interfaces/health/aidl/
DREADME.md130 | `Health::getCurrentAverageMicroamps`| `Health::getCurrentAverage` |