Home
last modified time | relevance | path

Searched defs:shouldKeepScreenOn (Results 1 – 3 of 3) 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
/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
/aosp12/hardware/interfaces/health/2.1/vts/functional/
H A DVtsHalHealthV2_1TargetTest.cpp256 TEST_P(HealthHidlTest, shouldKeepScreenOn) { in TEST_P() argument