Home
last modified time | relevance | path

Searched refs:shouldKeepScreenOn (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
H A DBinderHealth.h79 Return<void> shouldKeepScreenOn(shouldKeepScreenOn_cb _hidl_cb) override { in shouldKeepScreenOn() function
80 return service()->shouldKeepScreenOn(_hidl_cb); in shouldKeepScreenOn()
H A DHealth.h65 Return<void> shouldKeepScreenOn(shouldKeepScreenOn_cb _hidl_cb) override;
/aosp12/hardware/interfaces/health/2.1/vts/functional/
H A DVtsHalHealthV2_1TargetTest.cpp256 TEST_P(HealthHidlTest, shouldKeepScreenOn) { in TEST_P() argument
257 EXPECT_TRUE(IsOk(service_->shouldKeepScreenOn([](auto result, const auto&) { in TEST_P()
/aosp12/system/core/healthd/
H A Dhealthd_mode_charger_test.cpp102 MOCK_METHOD(Return<void>, shouldKeepScreenOn, (shouldKeepScreenOn_cb _hidl_cb));
H A Dhealthd_mode_charger.cpp313 service()->shouldKeepScreenOn([&](Result res, bool screen_on) { in UpdateScreenState()
/aosp12/hardware/interfaces/health/2.1/
H A DIHealth.hal79 shouldKeepScreenOn() generates (Result result, bool value);
H A DREADME.md235 // Return<void> shouldKeepScreenOn(shouldKeepScreenOn_cb _hidl_cb) override;
/aosp12/hardware/interfaces/health/utils/libhealth2impl/
H A DHealth.cpp225 Return<void> Health::shouldKeepScreenOn(shouldKeepScreenOn_cb _hidl_cb) { in shouldKeepScreenOn() function in android::hardware::health::V2_1::implementation::Health