Searched refs:ANDROID_PRIORITY_NORMAL (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/core/libsystem/include/system/ |
H A D | thread_defs.h | 47 ANDROID_PRIORITY_NORMAL = 0, enumerator 71 ANDROID_PRIORITY_DEFAULT = ANDROID_PRIORITY_NORMAL,
|
/aosp12/system/libartpalette/ |
H A D | palette_android.cc | 52 ANDROID_PRIORITY_NORMAL, // 5 (NORM_PRIORITY) 53 ANDROID_PRIORITY_NORMAL - 2, 54 ANDROID_PRIORITY_NORMAL - 4,
|
/aosp12/system/core/libutils/include/utils/ |
H A D | ThreadDefs.h | 56 PRIORITY_NORMAL = ANDROID_PRIORITY_NORMAL,
|
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | AudioRecord.cpp | 131 mSessionId(AUDIO_SESSION_ALLOCATE), mPreviousPriority(ANDROID_PRIORITY_NORMAL), in AudioRecord() 159 mPreviousPriority(ANDROID_PRIORITY_NORMAL), in AudioRecord()
|
H A D | AudioTrack.cpp | 240 mPreviousPriority(ANDROID_PRIORITY_NORMAL), in AudioTrack() 274 mPreviousPriority(ANDROID_PRIORITY_NORMAL), in AudioTrack() 306 mPreviousPriority(ANDROID_PRIORITY_NORMAL), in AudioTrack()
|
/aosp12/hardware/qcom/camera/msm8998/usbcamcore/src/ |
H A D | QualcommUsbCamera.cpp | 2036 androidSetThreadPriority(tid, ANDROID_PRIORITY_NORMAL); in previewloop() 2470 androidSetThreadPriority(tid, ANDROID_PRIORITY_NORMAL); in takePictureThread()
|