Home
last modified time | relevance | path

Searched defs:is_muted (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/common_lib/cros/manual/
Dmeet_helper.py93 def mute_unmute_camera(handle, is_muted): argument
115 def mute_unmute_mic(handle, is_muted): argument
Dvideo_helper.py88 def check_video_stream(dut, is_muted, vidpid, camera): argument
/external/autotest/client/site_tests/policy_AudioOutputAllowed/
Dpolicy_AudioOutputAllowed.py53 def is_muted(self): member in policy_AudioOutputAllowed
/external/autotest/client/site_tests/platform_InputVolume/
Dplatform_InputVolume.py92 def is_muted(self): member in platform_InputVolume
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dvolume_test.cc62 bool is_muted = !enable; in SetAndVerifyInputMute() local
227 bool is_muted = true; in TEST_F() local
/external/webrtc/webrtc/libjingle/xmpp/
Dhangoutpubsubclient_unittest.cc43 const std::string& nick, bool was_muted, bool is_muted) { in OnAudioMuteStateChange()
50 const std::string& nick, bool was_muted, bool is_muted) { in OnVideoMuteStateChange()
Dhangoutpubsubclient.cc260 bool is_muted = change.new_state; in OnAudioMuteStateChange() local
/external/webrtc/webrtc/voice_engine/
Dchannel.cc3388 bool is_muted = Mute(); // Cache locally as Mute() takes a lock. in PrepareEncodeAndSend() local