HomeSort by relevance Sort by last modified time
    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 293 setpriority(PRIO_PROCESS, rsc->mNativeThreadId, ANDROID_PRIORITY_DISPLAY);
295 rsc->mThreadPriority = ANDROID_PRIORITY_DISPLAY;

Completed in 1635 milliseconds