Searched refs:is_muted (Results 1 - 5 of 5) sorted by relevance

/external/autotest/client/site_tests/platform_InputVolume/
H A Dplatform_InputVolume.py45 if volume == 0 and not self.is_muted():
62 if self.is_muted():
79 if not self.is_muted():
92 def is_muted(self): member in class:platform_InputVolume
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
H A Dvolume_test.cc62 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/webrtc/libjingle/xmpp/
H A Dhangoutpubsubclient.cc260 bool is_muted = change.new_state; local
267 if (!is_muted) {
275 SignalAudioMuteStateChange(change.published_nick, was_muted, is_muted);
H A Dhangoutpubsubclient_unittest.cc43 const std::string& nick, bool was_muted, bool is_muted) {
46 last_is_audio_muted = is_muted;
50 const std::string& nick, bool was_muted, bool is_muted) {
53 last_is_video_muted = is_muted;
42 OnAudioMuteStateChange( const std::string& nick, bool was_muted, bool is_muted) argument
49 OnVideoMuteStateChange( const std::string& nick, bool was_muted, bool is_muted) argument
/external/webrtc/webrtc/voice_engine/
H A Dchannel.cc3388 bool is_muted = Mute(); // Cache locally as Mute() takes a lock. local
3389 if (is_muted) {
3414 if (is_muted) {

Completed in 182 milliseconds