Home
last modified time | relevance | path

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

/system/core/include/cutils/
Dsched_policy.h33 SP_CNT, enumerator
34 SP_MAX = SP_CNT - 1,
/system/core/libcutils/
Dsched_policy.c434 static const char * const strings[SP_CNT] = { in get_sched_policy_name()
442 if ((policy < SP_CNT) && (strings[policy] != NULL)) in get_sched_policy_name()