diff options
| -rw-r--r-- | libs/binder/ndk/include_platform/android/binder_ibinder_platform.h | 1 |
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). */ |