summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-10-23 22:17:44 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2023-10-23 22:17:44 +0000
commitbbb6ee479241d905d8ba3bc6da92ffeb779016d0 (patch)
tree577f45e8e7b454f004f3075dc8232eb629efdbe2 /libs
parentef9e2249da6b0dfd2ab46c03fa002d633eaae40d (diff)
parent8660ac8181e7687200c605e030dae8067b8341ca (diff)
Merge "libbinder_ndk: doc waitForService waits" into main am: 8660ac8181
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2799556 Change-Id: If17b27bc65be1ff7d7548de9d675d441acf3be17 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'libs')
-rw-r--r--libs/binder/ndk/include_platform/android/binder_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/ndk/include_platform/android/binder_manager.h b/libs/binder/ndk/include_platform/android/binder_manager.h
index 89fd7a38c1..316a79cfee 100644
--- a/libs/binder/ndk/include_platform/android/binder_manager.h
+++ b/libs/binder/ndk/include_platform/android/binder_manager.h
@@ -120,7 +120,7 @@ binder_status_t AServiceManager_registerLazyService(AIBinder* binder, const char
/**
* Gets a binder object with this specific instance name. Efficiently waits for the service.
- * If the service is not declared, it will wait indefinitely. Requires the threadpool
+ * If the service is not ever registered, it will wait indefinitely. Requires the threadpool
* to be started in the service.
* This also implicitly calls AIBinder_incStrong (so the caller of this function is responsible
* for calling AIBinder_decStrong).