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

Commit 8410049e authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "libbinder_ndk: clarify onBinderDied/unlinkToDeath interaction" am:...

Merge "libbinder_ndk: clarify onBinderDied/unlinkToDeath interaction" am: 5c1459c0 am: d8fbd43e am: 1b17202c

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



Change-Id: I38bb262b8d18b6282a7dae01d86db61dd0ec2c6b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1959a3e8 1b17202c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -613,7 +613,8 @@ __attribute__((warn_unused_result)) AIBinder_DeathRecipient* AIBinder_DeathRecip
 *
 *  1. If the binder died, shortly after the call to onBinderDied.
 *  2. If the binder is explicitly unlinked with AIBinder_unlinkToDeath or
 *     AIBinder_DeathRecipient_delete.
 *     AIBinder_DeathRecipient_delete, after any pending onBinderDied calls
 *     finish.
 *  3. During or shortly after the AIBinder_linkToDeath call if it returns an error.
 *
 * It is guaranteed that the callback is called exactly once for each call to linkToDeath unless the