HomeSort by relevance Sort by last modified time
    Searched refs:MixerParticipantList (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.h 29 typedef std::list<MixerParticipant*> MixerParticipantList;
106 const MixerParticipantList& mixList) const;
126 const MixerParticipantList& participantList) const;
132 MixerParticipantList* participantList) const;
135 MixerParticipantList* participantList) const;
167 MixerParticipantList _participantList; // May be mixed.
169 MixerParticipantList _additionalParticipantList;
audio_conference_mixer_impl.cc 509 const MixerParticipantList& mixList) const {
511 for (MixerParticipantList::const_iterator iter = mixList.begin();
536 for (MixerParticipantList::const_iterator participant =
716 MixerParticipantList additionalParticipantList;
721 for (MixerParticipantList::const_iterator participant =
756 for (MixerParticipantList::const_iterator
800 const MixerParticipantList& participantList) const {
803 for (MixerParticipantList::const_iterator iter = participantList.begin();
815 MixerParticipantList* participantList) const {
826 MixerParticipantList* participantList) const
    [all...]

Completed in 459 milliseconds