commit | ecfb0577799ebfcc5201b7adc53c01a656df439c | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Jul 12 00:08:15 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jul 12 00:08:15 2024 +0000 |
tree | 0acb0d9fdcc8798a1505d7860c11f700e78e7587 | |
parent | 09ab8594b4deeb69494b4bfcefcaaf7d94109001 [diff] | |
parent | ec0c8a6eb159b40c40a68b5ce93006e8e5c66d62 [diff] |
Fix the comment of AIBinder_setMinSchedulerPolicy. am: ec0c8a6eb1 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3169001 Change-Id: I873b4c183be3d5cafc92a4140da424a4dcb82fa5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/tests/extension/vibrator/aidl/default/CustomVibrator.cpp b/tests/extension/vibrator/aidl/default/CustomVibrator.cpp index 7a7c58b..9c306b5 100644 --- a/tests/extension/vibrator/aidl/default/CustomVibrator.cpp +++ b/tests/extension/vibrator/aidl/default/CustomVibrator.cpp
@@ -60,7 +60,7 @@ ndk::SpAIBinder CustomVibrator::createBinder() { auto binder = BnCustomVibrator::createBinder(); // e.g. AIBinder_setInheritRt(binder.get(), true); - // e.g. AIBinder_setMinSchedulerPolicy(binder.get(), SCHED_NORMAL, 20); + // e.g. AIBinder_setMinSchedulerPolicy(binder.get(), SCHED_NORMAL, -2); // e.g. AIBinder_setRequestingSid(binder.get(), true); return binder; }