Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIPCThreadState.cpp1038 int curPrio = getpriority(PRIO_PROCESS, mMyThreadId); in executeCommand() local
1040 if (curPrio > ANDROID_PRIORITY_NORMAL) { in executeCommand()
1048 if (curPrio >= ANDROID_PRIORITY_BACKGROUND) { in executeCommand()