HomeSort by relevance Sort by last modified time
    Searched full:t_pri (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/jni/
android_util_Process.cpp 224 int t_pri; local
235 t_pri = getpriority(PRIO_PROCESS, t_pid);
237 if (t_pri <= ANDROID_PRIORITY_AUDIO) {
246 if (t_pri >= ANDROID_PRIORITY_BACKGROUND) {

Completed in 651 milliseconds