Home
last modified time | relevance | path

Searched refs:updateKernelIdleTimer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/Display/
H A DDisplayModeController.cpp248 void DisplayModeController::updateKernelIdleTimer(PhysicalDisplayId displayId) { in updateKernelIdleTimer() function in android::display::DisplayModeController
261 updateKernelIdleTimer(displayId, std::chrono::milliseconds::zero(), *controllerOpt); in updateKernelIdleTimer()
269 updateKernelIdleTimer(displayId, timeout, *controllerOpt); in updateKernelIdleTimer()
276 void DisplayModeController::updateKernelIdleTimer(PhysicalDisplayId displayId, in updateKernelIdleTimer() function in android::display::DisplayModeController
H A DDisplayModeController.h101 void updateKernelIdleTimer(PhysicalDisplayId) REQUIRES(kMainThreadContext)
146 void updateKernelIdleTimer(PhysicalDisplayId, std::chrono::milliseconds timeout,
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp7790 mDisplayModeController.updateKernelIdleTimer(displayId); in applyRefreshRateSelectorPolicy()