Searched refs:mAudioPresentations (Results 1 – 2 of 2) sorted by relevance
59 private final List<AudioPresentation> mAudioPresentations; field in MediaEvent80 mAudioPresentations = audioPresentations; in MediaEvent()234 return mAudioPresentations == null ? Collections.emptyList() : mAudioPresentations; in getAudioPresentations()
2682 private final List<AudioPresentation> mAudioPresentations = new ArrayList<>();2841 mAudioPresentations.clear();2887 && !containsAudioPresentation(mAudioPresentations, presentationId)) {2923 if (mAudioPresentations == null) {2926 return new ArrayList<AudioPresentation>(mAudioPresentations);2965 mAudioPresentations.clear();2967 mAudioPresentations.add(presentation);2969 return !mAudioPresentations.isEmpty();