Searched defs:IsMixed (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
H A Daudio_conference_mixer_impl.cc79 int32_t MixerParticipant::IsMixed(bool& mixed) const { function in class:webrtc::MixerParticipant
80 return _mixHistory->IsMixed(mixed);
90 int32_t MixHistory::IsMixed(bool& mixed) const { function in class:webrtc::MixHistory
98 return IsMixed(wasMixed);

Completed in 268 milliseconds