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

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

Fix the comment of AIBinder_setMinSchedulerPolicy. am: ec0c8a6e

parents 09ab8594 ec0c8a6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ ndk::ScopedAStatus CustomVibrator::perform(VendorEffect effect,
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;
}