Home
last modified time | relevance | path

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

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