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

  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.h 130 bool AddParticipantToList(
audio_conference_mixer_impl.cc 393 success = AddParticipantToList(participant, &_participantList);
440 return AddParticipantToList(participant, &_participantList) ? 0 : -1;
457 return AddParticipantToList(participant, &_additionalParticipantList) ?
813 bool AudioConferenceMixerImpl::AddParticipantToList(
817 "AddParticipantToList(participant, participantList)");
    [all...]

Completed in 2125 milliseconds