From b6902669ba76f83430708e66225b28ffcee4fa40 Mon Sep 17 00:00:00 2001 From: kubersharma001 <kubersharma001@gmail.com> Date: Tue, 28 Jun 2022 00:48:54 +0530 Subject: veux: Set config_powerDecoupleInteractiveModeFromDisplay to true Change-Id: I0a87ff5b2c475769cd75e0fcbd79d230f711c5c1 --- .../FrameworksResOverlayVeux/res/values/config.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'rro_overlays/FrameworksResOverlayVeux/res/values') diff --git a/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml b/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml index 2f92c89..a805d18 100644 --- a/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml +++ b/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml @@ -553,6 +553,22 @@ turned off and the screen off animation has been performed. --> <bool name="config_dozeAfterScreenOffByDefault">true</bool> + <!-- Power Management: Specifies whether to decouple the auto-suspend state of the + device from the display on/off state. + When false, autosuspend_disable() will be called before the display is turned on + and autosuspend_enable() will be called after the display is turned off. + This mode provides best compatibility for devices using legacy power management + features such as early suspend / late resume. + When true, autosuspend_display() and autosuspend_enable() will be called + independently of whether the display is being turned on or off. This mode + enables the power manager to suspend the application processor while the + display is on. + This resource should be set to "true" when a doze component has been specified + to maximize power savings but not all devices support it. + Refer to autosuspend.h for details. + --> + <bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool> + <!-- Power Management: Specifies whether to decouple the interactive state of the device from the display on/off state. When false, setInteractive(..., true) will be called before the display is turned on -- cgit v1.2.3