OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANDROID_PRIORITY_DISPLAY
(Results
1 - 5
of
5
) sorted by null
/system/core/include/system/
thread_defs.h
53
ANDROID_PRIORITY_DISPLAY
= -4,
/system/core/include/utils/
ThreadDefs.h
54
PRIORITY_DISPLAY =
ANDROID_PRIORITY_DISPLAY
,
/frameworks/base/cmds/bootanimation/
bootanimation_main.cpp
42
setpriority(PRIO_PROCESS, 0,
ANDROID_PRIORITY_DISPLAY
);
/frameworks/av/libvideoeditor/osal/src/
M4OSA_Thread.c
271
priority =
ANDROID_PRIORITY_DISPLAY
;
/frameworks/rs/
rsContext.cpp
295
setpriority(PRIO_PROCESS, rsc->mNativeThreadId,
ANDROID_PRIORITY_DISPLAY
);
297
rsc->mThreadPriority =
ANDROID_PRIORITY_DISPLAY
;
Completed in 56 milliseconds