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

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

Merge changes I3ef77f56,Ia774f27a into udc-dev-plus-aosp am: d82a3c78 am:...

Merge changes I3ef77f56,Ia774f27a into udc-dev-plus-aosp am: d82a3c78 am: 1ad91b34 am: 726d5169

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



Change-Id: I057186a0f440fe407618628a52e278b6c9cfd3ef
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents fc5245f3 726d5169
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -534,6 +534,11 @@ 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.
 * 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.
 *
 * @param reader The image reader of interest.
 * @param handle The output native_handle_t. This native handle is owned by
 *               this image reader.