Home
last modified time | relevance | path

Searched refs:IsMixed (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_conference_mixer/include/
Daudio_conference_mixer_defines.h32 bool IsMixed() const;
/external/webrtc/webrtc/modules/audio_conference_mixer/source/
Daudio_conference_mixer_impl.cc73 bool MixerParticipant::IsMixed() const { in IsMixed() function in webrtc::MixerParticipant
74 return _mixHistory->IsMixed(); in IsMixed()
84 bool MixHistory::IsMixed() const { in IsMixed() function in webrtc::MixHistory
91 return IsMixed(); in WasMixed()
Daudio_conference_mixer_impl.h39 bool IsMixed() const;
/external/webrtc/webrtc/modules/audio_conference_mixer/test/
Daudio_conference_mixer_unittest.cc151 bool is_mixed = participants[i].IsMixed(); in TEST()