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

  /frameworks/base/include/utils/
threads.h 60 ANDROID_PRIORITY_NORMAL = 0,
81 ANDROID_PRIORITY_DEFAULT = ANDROID_PRIORITY_NORMAL,
167 PRIORITY_NORMAL = ANDROID_PRIORITY_NORMAL,
  /dalvik/vm/alloc/
Heap.c 616 } else if (priorityResult > ANDROID_PRIORITY_NORMAL) {
625 if (setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_NORMAL) != 0) {
627 priorityResult, ANDROID_PRIORITY_NORMAL);
631 priorityResult, ANDROID_PRIORITY_NORMAL);
    [all...]
  /frameworks/base/libs/binder/
IPCThreadState.cpp 977 if (curPrio > ANDROID_PRIORITY_NORMAL) {
982 setpriority(PRIO_PROCESS, mMyThreadId, ANDROID_PRIORITY_NORMAL);
    [all...]
  /frameworks/base/media/libmedia/
AudioTrack.cpp 351 setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_NORMAL);
387 setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_NORMAL);
    [all...]
AudioRecord.cpp 336 setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_NORMAL);
  /dalvik/vm/
Thread.c     [all...]

Completed in 70 milliseconds