/external/autotest/client/site_tests/platform_InputVolume/ |
platform_InputVolume.py | 45 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/ |
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/autotest/client/common_lib/cros/manual/ |
meet_helper.py | 93 def mute_unmute_camera(handle, is_muted): 96 @param is_muted: True, None if camera is muted, 102 if is_muted: 115 def mute_unmute_mic(handle, is_muted): 118 @param is_muted: True, None if mic is muted, 124 if is_muted:
|
video_helper.py | 88 def check_video_stream(dut, is_muted, vidpid, camera): 101 if is_muted:
|
/external/autotest/client/site_tests/policy_AudioOutputAllowed/ |
policy_AudioOutputAllowed.py | 53 def is_muted(self): member in class:policy_AudioOutputAllowed 145 if not audio_allowed and not self.is_muted(): 147 elif audio_allowed and self.is_muted():
|
/external/webrtc/webrtc/libjingle/xmpp/ |
hangoutpubsubclient.cc | 260 bool is_muted = change.new_state; local 267 if (!is_muted) { 275 SignalAudioMuteStateChange(change.published_nick, was_muted, is_muted);
|
hangoutpubsubclient_unittest.cc | 43 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;
|
/external/webrtc/webrtc/voice_engine/ |
channel.cc | 3388 bool is_muted = Mute(); \/\/ Cache locally as Mute() takes a lock. local [all...] |