HomeSort by relevance Sort by last modified time
    Searched refs:SP_CNT (Results 1 - 2 of 2) sorted by null

  /system/core/include/cutils/
sched_policy.h 32 SP_CNT,
33 SP_MAX = SP_CNT - 1,
  /system/core/libcutils/
sched_policy.c 352 static const char * const strings[SP_CNT] = {
359 if ((policy < SP_CNT) && (strings[policy] != NULL))

Completed in 1720 milliseconds