Home
last modified time | relevance | path

Searched refs:setIdleTimerEnabled (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DDisplay.h120 HWC3::Error setIdleTimerEnabled(int32_t timeoutMs);
DComposerClient.h118 ndk::ScopedAStatus setIdleTimerEnabled(int64_t displayId, int32_t timeoutMs) override;
DComposerClient.cpp639 ndk::ScopedAStatus ComposerClient::setIdleTimerEnabled(int64_t displayId, int32_t timeoutMs) { in setIdleTimerEnabled() function in aidl::android::hardware::graphics::composer3::impl::ComposerClient
644 return ToBinderStatus(display->setIdleTimerEnabled(timeoutMs)); in setIdleTimerEnabled()
DDisplay.cpp716 HWC3::Error Display::setIdleTimerEnabled(int32_t timeoutMs) { in setIdleTimerEnabled() function in aidl::android::hardware::graphics::composer3::impl::Display