Home
last modified time | relevance | path

Searched refs:setMinSchedulerPolicy (Results 1 – 13 of 13) sorted by relevance

/aosp12/hardware/google/gchips/gralloc4/service/4.x/
H A Dservice.cpp27 using android::hardware::setMinSchedulerPolicy;
34 if (!setMinSchedulerPolicy(service, SCHED_NORMAL, -20)) { in main()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dservice.cpp35 using android::hardware::setMinSchedulerPolicy;
44 if (!setMinSchedulerPolicy(service3, SCHED_NORMAL, -20)) { in main()
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dservice.cpp43 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 DBinderFuzzFunctions.h58 bbinder->setMinSchedulerPolicy(policy, priority);
/aosp12/system/libhidl/transport/
H A DHidlTransportSupport.cpp62 bool setMinSchedulerPolicy(const sp<IBase>& service, int policy, int priority) { in setMinSchedulerPolicy() function
/aosp12/frameworks/native/services/surfaceflinger/
H A Dmain_surfaceflinger.cpp136 flinger->setMinSchedulerPolicy(SCHED_FIFO, newPriority); in main()
/aosp12/frameworks/native/libs/binder/include/binder/
H A DBinder.h86 void setMinSchedulerPolicy(int policy, int priority);
/aosp12/frameworks/native/include/binder/
H A DBinder.h86 void setMinSchedulerPolicy(int policy, int priority);
/aosp12/system/libhidl/transport/include/hidl/
H A DHidlTransportSupport.h84 bool setMinSchedulerPolicy(const sp<::android::hidl::base::V1_0::IBase>& service,
/aosp12/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DASensorManager.cpp164 ::android::hardware::setMinSchedulerPolicy(queue, SCHED_FIFO, 98); in createEventQueue()
/aosp12/frameworks/native/libs/binder/
H A DBinder.cpp300 void BBinder::setMinSchedulerPolicy(int policy, int priority) { in setMinSchedulerPolicy() function in android::BBinder
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp188 android::hardware::setMinSchedulerPolicy(callback, SCHED_FIFO, 2); in registerCallback()
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp1514 testService->setMinSchedulerPolicy(kSchedPolicy, kSchedPriority); in run_server()