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

  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.h 126 const MixerParticipantList& participantList) const;
132 MixerParticipantList* participantList) const;
135 MixerParticipantList* participantList) const;
audio_conference_mixer_impl.cc 800 const MixerParticipantList& participantList) const {
802 "IsParticipantInList(participant,participantList)");
803 for (MixerParticipantList::const_iterator iter = participantList.begin();
804 iter != participantList.end();
815 MixerParticipantList* participantList) const {
817 "AddParticipantToList(participant, participantList)");
818 participantList->push_back(participant);
826 MixerParticipantList* participantList) const {
828 "RemoveParticipantFromList(participant, participantList)");
829 for (MixerParticipantList::iterator iter = participantList->begin()
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
ConferenceManagerFragment.java 65 mConferenceParticipantList = (ListView) parent.findViewById(R.id.participantList);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleDatabaseOperations.java     [all...]

Completed in 108 milliseconds