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

  /external/webrtc/webrtc/modules/audio_conference_mixer/include/
audio_conference_mixer_defines.h 32 bool IsMixed() const;
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.h 39 bool IsMixed() const;
143 // will not be marked as IsMixed()
audio_conference_mixer_impl.cc 73 bool MixerParticipant::IsMixed() const {
74 return _mixHistory->IsMixed();
84 bool MixHistory::IsMixed() const {
91 return IsMixed();
382 const bool isMixed =
385 if(!(mixable ^ isMixed)) {
388 isMixed ? "ON" : "off");
760 bool isMixed = false;
766 isMixed = true;
770 (*participant)->_mixHistory->SetIsMixed(isMixed);
    [all...]
  /external/webrtc/webrtc/modules/audio_conference_mixer/test/
audio_conference_mixer_unittest.cc 151 bool is_mixed = participants[i].IsMixed();

Completed in 344 milliseconds