HomeSort by relevance Sort by last modified time
    Searched refs:ANDROID_PRIORITY_BACKGROUND (Results 1 - 5 of 5) sorted by null

  /dalvik/vm/os/
android.cpp 37 ANDROID_PRIORITY_BACKGROUND + 6,
38 ANDROID_PRIORITY_BACKGROUND + 3,
39 ANDROID_PRIORITY_BACKGROUND,
58 if (newNice >= ANDROID_PRIORITY_BACKGROUND) {
60 } else if (getpriority(PRIO_PROCESS, pid) >= ANDROID_PRIORITY_BACKGROUND) {
109 if (oldThreadPriority >= ANDROID_PRIORITY_BACKGROUND) {
136 if (oldThreadPriority >= ANDROID_PRIORITY_BACKGROUND) {
  /frameworks/native/include/utils/
ThreadDefs.h 53 ANDROID_PRIORITY_BACKGROUND = 10,
97 PRIORITY_BACKGROUND = ANDROID_PRIORITY_BACKGROUND,
  /frameworks/native/libs/utils/
Threads.cpp 102 if (prio >= ANDROID_PRIORITY_BACKGROUND) {
349 if (pri >= ANDROID_PRIORITY_BACKGROUND) {
351 } else if (getpriority(PRIO_PROCESS, tid) >= ANDROID_PRIORITY_BACKGROUND) {
  /frameworks/base/core/jni/
android_util_Process.cpp 256 if (t_pri >= ANDROID_PRIORITY_BACKGROUND) {
318 if (pri >= ANDROID_PRIORITY_BACKGROUND) {
  /frameworks/native/libs/binder/
IPCThreadState.cpp 1010 if (curPrio >= ANDROID_PRIORITY_BACKGROUND) {
    [all...]

Completed in 84 milliseconds