commit | f25e7ab5fef00ae065e025278599e8b5577fa7cc | [log] [tgz] |
---|---|---|
author | Sally Qi <sallyqi@google.com> | Thu Feb 09 21:54:38 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Feb 09 21:54:38 2023 +0000 |
tree | a3f2c1505b5516718d454912715da70098471a51 | |
parent | 3c1bd179dae2f9ffb6358ba7aa11a8abdd9ddae9 [diff] | |
parent | 2b4ceb6365fb821af00e29a2654d6992d61b37cb [diff] |
Merge "Add exception annotation to getOverlaySupport api."
diff --git a/graphics/composer/aidl/android/hardware/graphics/composer3/IComposerClient.aidl b/graphics/composer/aidl/android/hardware/graphics/composer3/IComposerClient.aidl index 8091491..17924b9 100644 --- a/graphics/composer/aidl/android/hardware/graphics/composer3/IComposerClient.aidl +++ b/graphics/composer/aidl/android/hardware/graphics/composer3/IComposerClient.aidl
@@ -824,6 +824,8 @@ * * This function returns what the device's overlays support. * + * @exception EX_UNSUPPORTED when not supported by the underlying HAL + * * @return the overlay properties of the device. */ OverlayProperties getOverlaySupport();