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

Commit 6842de5c authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "libbinder_ndk: document association for dead binder" am: e8dbb821 am:...

Merge "libbinder_ndk: document association for dead binder" am: e8dbb821 am: a77f6994 am: c3b98a9d

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1356962

Change-Id: I948af5364408dc3381924a8c59779d07f4e438f4
parents 971c242f c3b98a9d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -408,6 +408,8 @@ int32_t AIBinder_debugGetRefCount(AIBinder* binder) __INTRODUCED_IN(29);
 * This returns true if the class association succeeds. If it fails, no change is made to the
 * binder object.
 *
 * Warning: this may fail if the binder is dead.
 *
 * Available since API level 29.
 *
 * \param binder the object to attach the class to.