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

  /frameworks/native/include/utils/
ThreadDefs.h 62 ANDROID_PRIORITY_DISPLAY = -4,
100 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 288 setpriority(PRIO_PROCESS, rsc->mNativeThreadId, ANDROID_PRIORITY_DISPLAY);
290 rsc->mThreadPriority = ANDROID_PRIORITY_DISPLAY;

Completed in 56 milliseconds