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

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

Merge "libbinder_ndk: stronger APEX stability wording" am: c96e5104 am:...

Merge "libbinder_ndk: stronger APEX stability wording" am: c96e5104 am: 85842207 am: 11a7d64c am: 8db3486d

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

Change-Id: I40cc7208bd3f1d4f149f7b25f557d2c24b992fca
parents e60a610b 8db3486d
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -26,7 +26,7 @@ __BEGIN_DECLS
 * This registers the service with the default service manager under this instance name. This does
 * This registers the service with the default service manager under this instance name. This does
 * not take ownership of binder.
 * not take ownership of binder.
 *
 *
 * WARNING: when using this API across an APEX boundary, it should only be used with stable
 * WARNING: when using this API across an APEX boundary, do not use with unstable
 * AIDL services. TODO(b/139325195)
 * AIDL services. TODO(b/139325195)
 *
 *
 * \param binder object to register globally with the service manager.
 * \param binder object to register globally with the service manager.
@@ -42,7 +42,7 @@ __attribute__((warn_unused_result)) binder_exception_t AServiceManager_addServic
 * service is not available This also implicitly calls AIBinder_incStrong (so the caller of this
 * service is not available This also implicitly calls AIBinder_incStrong (so the caller of this
 * function is responsible for calling AIBinder_decStrong).
 * function is responsible for calling AIBinder_decStrong).
 *
 *
 * WARNING: when using this API across an APEX boundary, it should only be used with stable
 * WARNING: when using this API across an APEX boundary, do not use with unstable
 * AIDL services. TODO(b/139325195)
 * AIDL services. TODO(b/139325195)
 *
 *
 * \param instance identifier of the service used to lookup the service.
 * \param instance identifier of the service used to lookup the service.
@@ -54,7 +54,7 @@ __attribute__((warn_unused_result)) AIBinder* AServiceManager_checkService(const
 * it. This also implicitly calls AIBinder_incStrong (so the caller of this function is responsible
 * it. This also implicitly calls AIBinder_incStrong (so the caller of this function is responsible
 * for calling AIBinder_decStrong).
 * for calling AIBinder_decStrong).
 *
 *
 * WARNING: when using this API across an APEX boundary, it should only be used with stable
 * WARNING: when using this API across an APEX boundary, do not use with unstable
 * AIDL services. TODO(b/139325195)
 * AIDL services. TODO(b/139325195)
 *
 *
 * \param instance identifier of the service used to lookup the service.
 * \param instance identifier of the service used to lookup the service.
@@ -87,7 +87,7 @@ binder_status_t AServiceManager_registerLazyService(AIBinder* binder, const char
 * This also implicitly calls AIBinder_incStrong (so the caller of this function is responsible
 * This also implicitly calls AIBinder_incStrong (so the caller of this function is responsible
 * for calling AIBinder_decStrong).
 * for calling AIBinder_decStrong).
 *
 *
 * WARNING: when using this API across an APEX boundary, it should only be used with stable
 * WARNING: when using this API across an APEX boundary, do not use with unstable
 * AIDL services. TODO(b/139325195)
 * AIDL services. TODO(b/139325195)
 *
 *
 * \param instance identifier of the service used to lookup the service.
 * \param instance identifier of the service used to lookup the service.