Searched refs:AddParticipantToList (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
H A Daudio_conference_mixer_impl.h138 bool AddParticipantToList(
H A Daudio_conference_mixer_impl.cc489 success = AddParticipantToList(participant, &_participantList);
538 return AddParticipantToList(participant, &_participantList) ? 0 : -1;
555 return AddParticipantToList(participant, &_additionalParticipantList) ?
921 bool AudioConferenceMixerImpl::AddParticipantToList( function in class:webrtc::AudioConferenceMixerImpl
925 "AddParticipantToList(participant, participantList)");

Completed in 228 milliseconds