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

  /system/core/libsystem/include/system/
thread_defs.h 47 ANDROID_PRIORITY_NORMAL = 0,
71 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/libutils/include/utils/
ThreadDefs.h 56 PRIORITY_NORMAL = ANDROID_PRIORITY_NORMAL,
  /hardware/intel/common/utils/ISV/base/
isv_processor.cpp 109 this->run("ISVProcessor", ANDROID_PRIORITY_NORMAL);
  /frameworks/av/media/libaudioclient/
AudioRecord.cpp 152 mPreviousPriority(ANDROID_PRIORITY_NORMAL), mPreviousSchedulingGroup(SP_DEFAULT),
178 mPreviousPriority(ANDROID_PRIORITY_NORMAL),
    [all...]
AudioTrack.cpp 246 mPreviousPriority(ANDROID_PRIORITY_NORMAL),
279 mPreviousPriority(ANDROID_PRIORITY_NORMAL),
309 mPreviousPriority(ANDROID_PRIORITY_NORMAL),
    [all...]
  /device/google/marlin/camera/usbcamcore/src/
QualcommUsbCamera.cpp     [all...]
  /hardware/qcom/camera/msm8998/usbcamcore/src/
QualcommUsbCamera.cpp     [all...]

Completed in 290 milliseconds