Home
last modified time | relevance | path

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

/system/core/logd/
DLogWhiteBlackList.h65 bool nice(LogBufferElement *element);
66 bool nice(void) { return !mNice.empty(); } in nice() function
DLogWhiteBlackList.cpp233 bool PruneList::nice(LogBufferElement *element) { in nice() function in PruneList
DLogBuffer.cpp512 bool hasWhitelist = mPrune.nice(); in prune()
536 if (hasWhitelist && !e->getDropped() && mPrune.nice(e)) { // WhiteListed in prune()
/system/core/toolbox/
Dps.c57 int prio, nice, rtprio, sched, psr; in ps_line() local
119 nice = atoi(nexttok(&ptr)); in ps_line()
179 printf(" %-5d %-5d %-5d %-5d", prio, nice, rtprio, sched); in ps_line()