Searched refs:ANDROID_PRIORITY_DISPLAY (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/include/utils/
H A DThreadDefs.h62 ANDROID_PRIORITY_DISPLAY = -4, enumerator in enum:__anon1402
100 PRIORITY_DISPLAY = ANDROID_PRIORITY_DISPLAY,
/frameworks/base/cmds/bootanimation/
H A Dbootanimation_main.cpp42 setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_DISPLAY);
/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_Thread.c271 priority = ANDROID_PRIORITY_DISPLAY;
/frameworks/rs/
H A DrsContext.cpp212 setpriority(PRIO_PROCESS, rsc->mNativeThreadId, ANDROID_PRIORITY_DISPLAY);
213 rsc->mThreadPriority = ANDROID_PRIORITY_DISPLAY;

Completed in 60 milliseconds