Home | History | Annotate | Download | only in nuplayer2

Lines Matching refs:itEOS

946     List<QueueEntry>::iterator it = mAudioQueue.begin(), itEOS = it;
953 itEOS = it;
960 for (it = mAudioQueue.begin(); it != itEOS; it++) {
973 mAudioQueue.erase(mAudioQueue.begin(), itEOS);