Searched refs:errorInPriorityModification (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/frameworks/native/services/surfaceflinger/ |
H A D | main_surfaceflinger.cpp | 107 int errorInPriorityModification = sched_getparam(0, &origSchedParam); in main() local 108 if (errorInPriorityModification == 0) { in main() 115 errorInPriorityModification = sched_setscheduler(0, policy, ¶m); in main() 123 if (errorInPriorityModification == 0) { in main() 124 errorInPriorityModification = sched_setscheduler(0, origPolicy, &origSchedParam); in main() 135 if (errorInPriorityModification == 0) { in main()
|
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/vts/ |
H A D | VtsHalGraphicsComposer3_TargetTest.cpp | 3469 int errorInPriorityModification = sched_getparam(0, &origSchedParam); in main() local 3470 if (errorInPriorityModification == 0) { in main() 3477 errorInPriorityModification = sched_setscheduler(0, policy, ¶m); in main() 3484 if (errorInPriorityModification == 0) { in main() 3485 errorInPriorityModification = sched_setscheduler(0, origPolicy, &origSchedParam); in main()
|