commit | 658fc4fbbf18f724a38a75905b9256df91ae2201 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Mar 09 00:30:07 2022 +0000 |
committer | Steven Moreland <smoreland@google.com> | Wed Mar 09 02:13:43 2022 +0000 |
tree | 9b85272d6538d8586009ee2b4227a10fe83369b4 | |
parent | 0f899ce8dcff7f47dbbe20a9fae27534f1fc19ef [diff] |
libbinder(_ndk): document getService This API does busy polling, and it returns after a certain number of tries. There are a few implications related to this, which most clients (especially in core Android) follow. However, it's also still pretty easy to introduce errors/races when this API is used improperly, so clearly discuss how to use it. Fixes: 218920831 Test: N/A Change-Id: I1a58aa4517eec8474b01fd94de7241ad3a228b1b