Searched refs:getCurrentAverage (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/ |
D | BinderHealth.h | 50 Return<void> getCurrentAverage(getCurrentAverage_cb _hidl_cb) override { in getCurrentAverage() function 51 return service()->getCurrentAverage(_hidl_cb); in getCurrentAverage()
|
D | Health.h | 54 Return<void> getCurrentAverage(getCurrentAverage_cb _hidl_cb) override;
|
/hardware/interfaces/health/utils/libhealthshim/ |
D | test.cpp | 57 MOCK_METHOD(Return<void>, getCurrentAverage, (getCurrentAverage_cb _hidl_cb), (override)); 98 ADD_TEST(getCurrentAverage, getCurrentAverageMicroamps, int32_t, 0xA2D401D, 0)
|
D | shim.cpp | 139 auto ret = service_->getCurrentAverage([out, &out_result](auto result, auto value) { in getCurrentAverageMicroamps()
|
/hardware/interfaces/health/2.0/vts/functional/ |
D | VtsHalHealthV2_0TargetTest.cpp | 264 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/ |
D | Health.cpp | 135 Return<void> Health::getCurrentAverage(getCurrentAverage_cb _hidl_cb) { in getCurrentAverage() function in android::hardware::health::V2_1::implementation::Health
|
/hardware/interfaces/health/2.0/ |
D | IHealth.hal | 106 getCurrentAverage() generates (Result result, int32_t value);
|
/hardware/interfaces/health/2.1/ |
D | README.md | 224 // Return<void> getCurrentAverage(getCurrentAverage_cb _hidl_cb) override;
|
/hardware/interfaces/health/aidl/ |
D | README.md | 130 | `Health::getCurrentAverageMicroamps`| `Health::getCurrentAverage` |
|