Searched refs:setMinSchedulerPolicy (Results 1 – 13 of 13) sorted by relevance
/aosp12/hardware/google/gchips/gralloc4/service/4.x/ |
H A D | service.cpp | 27 using android::hardware::setMinSchedulerPolicy; 34 if (!setMinSchedulerPolicy(service, SCHED_NORMAL, -20)) { in main()
|
/aosp12/hardware/qcom/sm8150/display/gralloc/ |
H A D | service.cpp | 35 using android::hardware::setMinSchedulerPolicy; 44 if (!setMinSchedulerPolicy(service3, SCHED_NORMAL, -20)) { in main()
|
/aosp12/hardware/qcom/sm7250/display/gralloc/ |
H A D | service.cpp | 43 android::hardware::setMinSchedulerPolicy(service3, SCHED_NORMAL, -20); in main() 53 android::hardware::setMinSchedulerPolicy(service4, SCHED_NORMAL, -20); in main()
|
/aosp12/frameworks/native/libs/binder/tests/unit_fuzzers/ |
H A D | BinderFuzzFunctions.h | 58 bbinder->setMinSchedulerPolicy(policy, priority);
|
/aosp12/system/libhidl/transport/ |
H A D | HidlTransportSupport.cpp | 62 bool setMinSchedulerPolicy(const sp<IBase>& service, int policy, int priority) { in setMinSchedulerPolicy() function
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | main_surfaceflinger.cpp | 136 flinger->setMinSchedulerPolicy(SCHED_FIFO, newPriority); in main()
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | Binder.h | 86 void setMinSchedulerPolicy(int policy, int priority);
|
/aosp12/frameworks/native/include/binder/ |
H A D | Binder.h | 86 void setMinSchedulerPolicy(int policy, int priority);
|
/aosp12/system/libhidl/transport/include/hidl/ |
H A D | HidlTransportSupport.h | 84 bool setMinSchedulerPolicy(const sp<::android::hidl::base::V1_0::IBase>& service,
|
/aosp12/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/ |
H A D | ASensorManager.cpp | 164 ::android::hardware::setMinSchedulerPolicy(queue, SCHED_FIFO, 98); in createEventQueue()
|
/aosp12/frameworks/native/libs/binder/ |
H A D | Binder.cpp | 300 void BBinder::setMinSchedulerPolicy(int policy, int priority) { in setMinSchedulerPolicy() function in android::BBinder
|
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | ComposerHal.cpp | 188 android::hardware::setMinSchedulerPolicy(callback, SCHED_FIFO, 2); in registerCallback()
|
/aosp12/frameworks/native/libs/binder/tests/ |
H A D | binderLibTest.cpp | 1514 testService->setMinSchedulerPolicy(kSchedPolicy, kSchedPriority); in run_server()
|