Home
last modified time | relevance | path

Searched refs:ANDROID_PRIORITY_HIGHEST (Results 1 – 4 of 4) sorted by relevance

/system/core/libsystem/include/system/
Dthread_defs.h69 ANDROID_PRIORITY_HIGHEST = -20, enumerator
/system/core/libutils/include/utils/
DThreadDefs.h62 PRIORITY_HIGHEST = ANDROID_PRIORITY_HIGHEST,
/system/core/init/
Dservice.cpp502 static_cast<int>(ANDROID_PRIORITY_HIGHEST), // highest is negative in ParsePriority()
505 ANDROID_PRIORITY_HIGHEST, ANDROID_PRIORITY_LOWEST); in ParsePriority()
/system/core/lmkd/
Dlmkd.c1373 set_process_group_and_prio(pid, SP_FOREGROUND, ANDROID_PRIORITY_HIGHEST); in kill_one_process()