Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41a4b9df authored by Devin Moore's avatar Devin Moore Committed by Automerger Merge Worker
Browse files

Merge "Clarify API level for AImageReader_getWindowNativeHandle" into main am:...

Merge "Clarify API level for AImageReader_getWindowNativeHandle" into main am: 616eed5d am: e6fc1132

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/2901071



Change-Id: I591a0f59e3d75dc6a80192f84c484d5e2c5ec49b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 48e9a127 e6fc1132
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -534,7 +534,8 @@ media_status_t AImageReader_setBufferRemovedListener(
 * Get the native_handle_t corresponding to the ANativeWindow owned by the
 * AImageReader provided.
 *
 * This is deprecated in API level 35 and will return AMEDIA_ERROR_UNKNOWN.
 * This is deprecated on devices with vendor API level greater than 34 and
 * will return AMEDIA_ERROR_UNKNOWN on those devices.
 * The native_handle_t is no longer used with AIDL interfaces and
 * ANativeWindow is used directly instead.
 * Use AImageRead_getWindow to get the ANativeWindow and use that object.