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

  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
volume_test.cc 62 bool is_muted = !enable; local
63 success = voe_volume_control_->GetInputMute(channel_, is_muted) == 0;
68 EXPECT_EQ(enable, is_muted);
71 EXPECT_NE(enable, is_muted);
227 bool is_muted = true; local
228 EXPECT_EQ(0, voe_volume_control_->GetInputMute(channel_, is_muted));
229 EXPECT_FALSE(is_muted);
  /external/webrtc/src/modules/audio_processing/
audio_buffer.cc 173 bool AudioBuffer::is_muted() const { function in class:webrtc::AudioBuffer
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
hangoutpubsubclient.cc 277 bool is_muted = change.new_state; local
284 if (!is_muted) {
292 SignalAudioMuteStateChange(change.published_nick, was_muted, is_muted);
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.cc 3709 bool is_muted = Mute(); \/\/ Cache locally as Mute() takes a lock. local
    [all...]

Completed in 100 milliseconds