From 37c5495c52f200a26ea4ac064180af7f2f8ae722 Mon Sep 17 00:00:00 2001 From: Marin Shalamanov Date: Fri, 13 Nov 2020 19:38:53 +0100 Subject: [PATCH] Clarify the ComposerClient comment for CONFIG_GROUP Clarify that configs with the same group should differ only by refresh rate. Test: n/a Merged-In: I2b09689825fc9564665324ff18eb1907765b9016 Change-Id: I2b09689825fc9564665324ff18eb1907765b9016 --- current.txt | 1 + graphics/composer/2.4/IComposerClient.hal | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/current.txt b/current.txt index ec1a7888b4..91494f2adc 100644 --- a/current.txt +++ b/current.txt @@ -767,6 +767,7 @@ a64467bae843569f0d465c5be7f0c7a5b987985b55a3ef4794dd5afc68538650 android.hardwar 98592d193a717066facf91428426e5abe211e3bd718bc372e29fb944ddbe6e7c android.hardware.wifi.supplicant@1.3::types # ABI preserving changes to HALs during Android S +2c331a9605f3a08d9c1e0a36169ca57758bc43c11a78ef3f3730509885e52c15 android.hardware.graphics.composer@2.4::IComposerClient 3da3ce039247872d95c6bd48621dbfdfa1c2d2a91a90f257862f87ee2bc46300 android.hardware.health@2.1::types cd84ab19c590e0e73dd2307b591a3093ee18147ef95e6d5418644463a6620076 android.hardware.neuralnetworks@1.2::IDevice 9625e85f56515ad2cf87b6a1847906db669f746ea4ab02cd3d4ca25abc9b0109 android.hardware.neuralnetworks@1.2::types diff --git a/graphics/composer/2.4/IComposerClient.hal b/graphics/composer/2.4/IComposerClient.hal index 9e3cf0e083..1a59bbde80 100644 --- a/graphics/composer/2.4/IComposerClient.hal +++ b/graphics/composer/2.4/IComposerClient.hal @@ -34,7 +34,9 @@ interface IComposerClient extends @2.3::IComposerClient { /** * The configuration group ID (as int32_t) this config is associated to. * Switching between configurations within the same group may be done seamlessly - * in some conditions via setActiveConfigWithConstraints. + * in some conditions via setActiveConfigWithConstraints. Configurations which + * share the same config group are similar in all attributes except for the + * vsync period. */ CONFIG_GROUP = 7, };