Home | History | Annotate | Download | only in audioflinger

Lines Matching full:entrycount

2429             size_t entryCount = 0;
2430 while (entryCount < MAX_SORT) {
2451 strcpy(entries[entryCount++].mName, de.d_name);
2454 if (entryCount > MAX_KEEP) {
2455 qsort(entries, entryCount, sizeof(Entry), comparEntry);
2456 for (size_t i = 0; i < entryCount - MAX_KEEP; ++i) {