Home
last modified time | relevance | path

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

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