Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:numactive

1870     size_t numactive = mActiveTracks.size();
1875 dprintf(fd, " of which %zu are active\n", numactive);
1892 if (numactiveseen != numactive) {
1898 for (size_t i = 0; i < numactive; ++i) {
7873 size_t numactive = mActiveTracks.size();
7878 dprintf(fd, " of which %zu are active\n", numactive);
7896 if (numactiveseen != numactive) {
7901 for (size_t i = 0; i < numactive; ++i) {