Home
last modified time | relevance | path

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

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