HomeSort by relevance Sort by last modified time
    Searched refs:ANDROID_PRIORITY_DISPLAY (Results 1 - 4 of 4) sorted by null

  /frameworks/base/cmds/bootanimation/
bootanimation_main.cpp 44 setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_DISPLAY);
  /frameworks/base/include/utils/
threads.h 67 ANDROID_PRIORITY_DISPLAY = -4,
181 PRIORITY_DISPLAY = ANDROID_PRIORITY_DISPLAY,
  /frameworks/media/libvideoeditor/osal/src/
M4OSA_Thread.c 271 priority = ANDROID_PRIORITY_DISPLAY;
  /frameworks/base/libs/rs/
rsContext.cpp 209 setpriority(PRIO_PROCESS, rsc->mNativeThreadId, ANDROID_PRIORITY_DISPLAY);
210 rsc->mThreadPriority = ANDROID_PRIORITY_DISPLAY;

Completed in 972 milliseconds