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

  /system/core/include/system/
thread_defs.h 47 ANDROID_PRIORITY_NORMAL = 0,
68 ANDROID_PRIORITY_DEFAULT = ANDROID_PRIORITY_NORMAL,
  /frameworks/base/libs/common_time/
main.cpp 38 service->run("CommonTimeServer", ANDROID_PRIORITY_NORMAL);
  /art/runtime/
thread_android.cc 41 ANDROID_PRIORITY_NORMAL, // 5 (NORM_PRIORITY)
42 ANDROID_PRIORITY_NORMAL - 2,
43 ANDROID_PRIORITY_NORMAL - 4,
  /system/core/include/utils/
ThreadDefs.h 52 PRIORITY_NORMAL = ANDROID_PRIORITY_NORMAL,
  /frameworks/av/media/libmedia/
AudioRecord.cpp 70 mPreviousPriority(ANDROID_PRIORITY_NORMAL), mPreviousSchedulingGroup(SP_DEFAULT)
88 mPreviousPriority(ANDROID_PRIORITY_NORMAL),
    [all...]
AudioTrack.cpp 118 mPreviousPriority(ANDROID_PRIORITY_NORMAL),
146 mPreviousPriority(ANDROID_PRIORITY_NORMAL),
174 mPreviousPriority(ANDROID_PRIORITY_NORMAL),
    [all...]
  /frameworks/native/libs/binder/
IPCThreadState.cpp 1049 if (curPrio > ANDROID_PRIORITY_NORMAL) {
1054 setpriority(PRIO_PROCESS, mMyThreadId, ANDROID_PRIORITY_NORMAL);
    [all...]
  /hardware/intel/common/utils/ISV/base/
isv_processor.cpp 108 this->run("ISVProcessor", ANDROID_PRIORITY_NORMAL);
  /system/core/libutils/
Threads.cpp 350 return ANDROID_PRIORITY_NORMAL;
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QualcommUsbCamera.cpp     [all...]

Completed in 514 milliseconds