Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:mFoundChannels

868     return mFoundChannels.size();
882 bool isDefaultAuto = (mFoundChannels[index] == 0);
1005 mTrackIndices[channel] = mFoundChannels.size();
1006 mFoundChannels.push_back(channel);
1046 if (mCurrentChannel == mFoundChannels[index]) {