From 261db780b41ba573b7e08e3fadabd1ffda6f783c Mon Sep 17 00:00:00 2001 From: Ady Abraham Date: Tue, 8 Mar 2022 23:21:19 +0000 Subject: [PATCH] composer: minor documentation fix Bug: NA Change-Id: I167f6a1224ceed48723f3af15a07d71fbde168cc Test: NA --- .../android/hardware/graphics/composer3/IComposerClient.aidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/composer/aidl/android/hardware/graphics/composer3/IComposerClient.aidl b/graphics/composer/aidl/android/hardware/graphics/composer3/IComposerClient.aidl index 769f803905..bbc9c4620a 100644 --- a/graphics/composer/aidl/android/hardware/graphics/composer3/IComposerClient.aidl +++ b/graphics/composer/aidl/android/hardware/graphics/composer3/IComposerClient.aidl @@ -798,7 +798,7 @@ interface IComposerClient { * idle period. * * This function should only be called if the display reports support for - * DisplayCapability.DISPLAY_IDLE from getDisplayCapabilities. + * DisplayCapability.DISPLAY_IDLE_TIMER from getDisplayCapabilities. * * @param display is the display to which the idle timer is set. * @param timeoutMs is the minimum requirements of idle period in milliseconds. Panel