Searched refs:shouldKeepScreenOn (Results 1 – 6 of 6) sorted by relevance
79 Return<void> shouldKeepScreenOn(shouldKeepScreenOn_cb _hidl_cb) override { in shouldKeepScreenOn() function80 return service()->shouldKeepScreenOn(_hidl_cb); in shouldKeepScreenOn()
65 Return<void> shouldKeepScreenOn(shouldKeepScreenOn_cb _hidl_cb) override;
256 TEST_P(HealthHidlTest, shouldKeepScreenOn) { in TEST_P() argument257 EXPECT_TRUE(IsOk(service_->shouldKeepScreenOn([](auto result, const auto&) { in TEST_P()
79 shouldKeepScreenOn() generates (Result result, bool value);
235 // Return<void> shouldKeepScreenOn(shouldKeepScreenOn_cb _hidl_cb) override;
225 Return<void> Health::shouldKeepScreenOn(shouldKeepScreenOn_cb _hidl_cb) { in shouldKeepScreenOn() function in android::hardware::health::V2_1::implementation::Health