Home
last modified time | relevance | path

Searched refs:ANDROID_PRIORITY_NORMAL (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/core/libsystem/include/system/
H A Dthread_defs.h47 ANDROID_PRIORITY_NORMAL = 0, enumerator
71 ANDROID_PRIORITY_DEFAULT = ANDROID_PRIORITY_NORMAL,
/aosp12/system/libartpalette/
H A Dpalette_android.cc52 ANDROID_PRIORITY_NORMAL, // 5 (NORM_PRIORITY)
53 ANDROID_PRIORITY_NORMAL - 2,
54 ANDROID_PRIORITY_NORMAL - 4,
/aosp12/system/core/libutils/include/utils/
H A DThreadDefs.h56 PRIORITY_NORMAL = ANDROID_PRIORITY_NORMAL,
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp131 mSessionId(AUDIO_SESSION_ALLOCATE), mPreviousPriority(ANDROID_PRIORITY_NORMAL), in AudioRecord()
159 mPreviousPriority(ANDROID_PRIORITY_NORMAL), in AudioRecord()
H A DAudioTrack.cpp240 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 DQualcommUsbCamera.cpp2036 androidSetThreadPriority(tid, ANDROID_PRIORITY_NORMAL); in previewloop()
2470 androidSetThreadPriority(tid, ANDROID_PRIORITY_NORMAL); in takePictureThread()