summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2021-12-23 22:38:50 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2021-12-23 22:38:50 +0000
commit6e5ce46b9aeed6ddb521470b656080c99a6c24fc (patch)
tree510d45fcea6434b224e7af1ef79bf97a96200f01
parent4c6241ddcbbc1c8cd43df0ab693a90ce59bc33b3 (diff)
parentd490fc82b09051da16a69486cf3f657407b70864 (diff)
Merge "Add AIBinder_setInheritRt param" am: 4d95851db8 am: ce0fc2b1a1 am: d490fc82b0
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1932177 Change-Id: Iddec458deb858a10b18a4a4c5a62eecb45101759
-rw-r--r--libs/binder/ndk/include_platform/android/binder_ibinder_platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/binder/ndk/include_platform/android/binder_ibinder_platform.h b/libs/binder/ndk/include_platform/android/binder_ibinder_platform.h
index 0549198285..89f21dda21 100644
--- a/libs/binder/ndk/include_platform/android/binder_ibinder_platform.h
+++ b/libs/binder/ndk/include_platform/android/binder_ibinder_platform.h
@@ -74,6 +74,7 @@ void AIBinder_setMinSchedulerPolicy(AIBinder* binder, int policy, int priority)
* This must be called before the object is sent to another process. Not thread
* safe.
*
+ * \param binder local server binder to set the policy for
* \param inheritRt whether to inherit realtime scheduling policies (default is
* false).
*/