commit | 2b4ceb6365fb821af00e29a2654d6992d61b37cb | [log] [tgz] |
---|---|---|
author | Sally Qi <sallyqi@google.com> | Wed Feb 08 12:59:54 2023 -0800 |
committer | Sally Qi <sallyqi@google.com> | Wed Feb 08 12:59:54 2023 -0800 |
tree | 5523115e799b41c9357dee7dbd6220d5d589e741 | |
parent | b291605b9e15e4278ec32853593d9027490587fc [diff] |
Add exception annotation to getOverlaySupport api. Bug: 268246323 Test: builds Change-Id: I1979fed444a9fd3d94af729112fff070beb01439
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();