Searched refs:androidSetThreadPriority (Results 1 – 16 of 16) sorted by relevance
/aosp12/system/core/libutils/include/utils/ |
H A D | AndroidThreads.h | 81 extern int androidSetThreadPriority(pid_t tid, int prio);
|
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/ |
H A D | MediaTrackTranscoder.cpp | 76 androidSetThreadPriority(0 /* tid (0 = current) */, ANDROID_PRIORITY_BACKGROUND); in start()
|
H A D | MediaSampleWriter.cpp | 187 androidSetThreadPriority(0 /* tid (0 = current) */, ANDROID_PRIORITY_BACKGROUND); in start()
|
/aosp12/system/core/libutils/ |
H A D | Threads.cpp | 307 int androidSetThreadPriority(pid_t tid, int pri) in androidSetThreadPriority() function
|
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | C2OMXNode.cpp | 94 androidSetThreadPriority(getTid(), priority); in setPriority()
|
H A D | CCodec.cpp | 1194 androidSetThreadPriority(gettid(), ANDROID_PRIORITY_BACKGROUND); in configure()
|
/aosp12/frameworks/av/media/libmediatranscoding/ |
H A D | TranscoderWrapper.cpp | 603 androidSetThreadPriority(0 /*tid (0 = current) */, ANDROID_PRIORITY_BACKGROUND); in threadLoop()
|
H A D | TranscodingSessionController.cpp | 166 androidSetThreadPriority(0 /*tid (0 = current) */, ANDROID_PRIORITY_BACKGROUND); in threadLoop()
|
/aosp12/hardware/qcom/audio/legacy/alsa_sound/ |
H A D | AudioUsbALSA.cpp | 792 androidSetThreadPriority(tid, ANDROID_PRIORITY_URGENT_AUDIO); in PlaybackThreadEntry()
|
/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()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_util_Process.cpp | 588 int rc = androidSetThreadPriority(pid, pri); in android_os_Process_setThreadPriority()
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | MPEG4Writer.cpp | 2796 androidSetThreadPriority(0 /* tid (0 = current) */, ANDROID_PRIORITY_BACKGROUND); in threadFunc() 3399 androidSetThreadPriority(0, ANDROID_PRIORITY_AUDIO); in threadEntry() 3402 androidSetThreadPriority(0 /* tid (0 = current) */, ANDROID_PRIORITY_BACKGROUND); in threadEntry()
|
H A D | ACodec.cpp | 6932 androidSetThreadPriority(tid, ANDROID_PRIORITY_FOREGROUND); in onAllocateComponent() 6934 androidSetThreadPriority(tid, prevPriority); in onAllocateComponent()
|
H A D | MediaCodec.cpp | 3790 androidSetThreadPriority(gettid(), ANDROID_PRIORITY_BACKGROUND); in onMessageReceived()
|
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | AudioRecord.cpp | 485 androidSetThreadPriority(0, ANDROID_PRIORITY_AUDIO); in start()
|
H A D | AudioTrack.cpp | 845 androidSetThreadPriority(0, ANDROID_PRIORITY_AUDIO); in start()
|