Home | History | Annotate | Download | only in app

Lines Matching refs:idx

740     int idx;
742 idx = (int) priority - (int) ANDROID_LOG_VERBOSE;
743 if (idx < 0 || idx >= NELEM(gLogLevels))
745 return gLogLevels[idx].name.ToAscii();