Searched refs:ANDROID_PRIORITY_BACKGROUND (Results 1 – 5 of 5) sorted by relevance
49 ANDROID_PRIORITY_BACKGROUND + 6,50 ANDROID_PRIORITY_BACKGROUND + 3,51 ANDROID_PRIORITY_BACKGROUND,72 if (new_nice >= ANDROID_PRIORITY_BACKGROUND) { in PaletteSchedSetPriority()74 } else if (curr_nice >= ANDROID_PRIORITY_BACKGROUND) { in PaletteSchedSetPriority()
44 ANDROID_PRIORITY_BACKGROUND = 10, enumerator
55 PRIORITY_BACKGROUND = ANDROID_PRIORITY_BACKGROUND,
89 if (prio >= ANDROID_PRIORITY_BACKGROUND) { in trampoline()315 if (pri >= ANDROID_PRIORITY_BACKGROUND) { in androidSetThreadPriority()317 } else if (curr_pri >= ANDROID_PRIORITY_BACKGROUND) { in androidSetThreadPriority()
266 if (setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_BACKGROUND) < 0) { in SetupOutputAndSchedulingPolicy()