Home
last modified time | relevance | path

Searched refs:mute (Results 1 – 25 of 36) sorted by relevance

12

/external/kernel-headers/original/uapi/sound/
Dtlv.h53 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \ argument
57 ((mute) ? SNDRV_CTL_TLVD_DB_SCALE_MUTE : 0))
58 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name, min, step, mute) \ argument
60 SNDRV_CTL_TLVD_DB_SCALE_ITEM(min, step, mute) \
Dasoc.h218 __le32 mute; member
/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_mixer_manager_mac.cc469 UInt32 mute = enable ? 1 : 0; in SetSpeakerMute() local
480 size = sizeof(mute); in SetSpeakerMute()
482 _outputDeviceID, &propertyAddress, 0, NULL, size, &mute)); in SetSpeakerMute()
494 size = sizeof(mute); in SetSpeakerMute()
496 _outputDeviceID, &propertyAddress, 0, NULL, size, &mute)); in SetSpeakerMute()
645 UInt32 mute = enable ? 1 : 0; in SetMicrophoneMute() local
656 size = sizeof(mute); in SetMicrophoneMute()
658 _inputDeviceID, &propertyAddress, 0, NULL, size, &mute)); in SetMicrophoneMute()
670 size = sizeof(mute); in SetMicrophoneMute()
672 _inputDeviceID, &propertyAddress, 0, NULL, size, &mute)); in SetMicrophoneMute()
/external/autotest/client/site_tests/platform_InputVolume/
Dcontrol7 PURPOSE = """Verify that functional keys F8, F9, F10 can mute, increase, and
16 Increase, decrease, and mute the volume using keyboard shortcuts.
/external/sonivox/jet_tools/JetCreator/
DJetCreatorhlp.dat8 track mutes = Displays the track mute assignments associated with the segment. This is pulled in fr…
22 un-mute =
51 track mutes = Checking a mute box will mute the associated track. You should mute a track if you in…
102 …ent display here. Tracks which are muted are checked. Click on a track to toggle its mute status.
DJetPreview.py64 def SetMuteFlag(self, trackNum, mute): argument
69 self.jet.SetMuteFlag(trackNum, mute, sync)
70 logging.info("SetMuteFlag() Track:%d Mute:%d Sync:%d" % (trackNum, mute, sync))
DJetAudition.py197 def SetMuteFlag(self, trackNum, mute): argument
202 self.jet.SetMuteFlag(trackNum, mute, sync)
203 logging.info("SetMuteFlag() Track:%d Mute:%d Sync:%d" % (trackNum, mute, sync))
/external/autotest/client/cros/multimedia/
Daudio_extension_handler.py172 def set_mute(self, mute): argument
178 is_muted_string = 'true' if mute else 'false'
Daudio_facade_native.py114 def set_chrome_mute(self, mute): argument
120 self._extension_handler.set_mute(mute)
/external/autotest/server/cros/multimedia/
Daudio_facade_adapter.py233 def set_chrome_mute(self, mute): argument
239 self._audio_proxy.set_chrome_mute(mute)
/external/swiftshader/src/D3D9/
DD3D9.cpp305 void __cdecl DebugSetMute(long mute) in DebugSetMute() argument
307 GTRACE("long mute = %d", mute); in DebugSetMute()
/external/swiftshader/src/D3D8/
DD3D8.cpp82 void __cdecl DebugSetMute(long mute) // FIXME: Return type in DebugSetMute() argument
/external/curl/src/
Dtool_msgs.c42 if(!config->mute) { in voutf()
Dtool_cfgable.h248 bool mute; /* don't show messages, --silent given */ member
Dtool_operate.c740 if(urlnum > 1 && !global->mute) { in operate_do()
1157 !global->noprogress && !global->mute) { in operate_do()
1476 if(outs.is_cd_filename && outs.stream && !global->mute && in operate_do()
1577 if(!global->mute) in operate_do()
1587 if(!global->mute) in operate_do()
/external/autotest/client/site_tests/video_ChromeHWDecodeUsed/
Dcontrol.vp9.mse27 video = 'http://crosvideo.appspot.com/?codec=vp9&cycle=true&mute=true'
Dcontrol.vp8.mse27 video = 'http://crosvideo.appspot.com/?codec=vp8&cycle=true&mute=true'
Dcontrol.h264.mse27 video = 'http://crosvideo.appspot.com/?codec=h264&cycle=true&mute=true'
/external/autotest/server/site_tests/audio_AudioArtifacts/
Dcontrol.mute_headphone12 CRITERIA = "This test will fail if the recorded audio contains artifacts or the durations of mute n…
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc1140 BOOL mute; in SpeakerMuteIsAvailable() local
1141 hr = pVolume->GetMute(&mute); in SpeakerMuteIsAvailable()
1183 const BOOL mute(enable); in SetSpeakerMute() local
1184 hr = pVolume->SetMute(mute, NULL); in SetSpeakerMute()
1221 BOOL mute; in SpeakerMute() local
1222 hr = pVolume->GetMute(&mute); in SpeakerMute()
1225 enabled = (mute == TRUE) ? true : false; in SpeakerMute()
1258 BOOL mute; in MicrophoneMuteIsAvailable() local
1259 hr = pVolume->GetMute(&mute); in MicrophoneMuteIsAvailable()
1298 const BOOL mute(enable); in SetMicrophoneMute() local
[all …]
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoengine2.h168 bool mute,
199 bool MuteStream(uint32_t ssrc, bool mute);
262 void MuteStream(bool mute);
Dwebrtcvoiceengine.h229 bool MuteStream(uint32_t ssrc, bool mute);
/external/webrtc/webrtc/modules/audio_device/test/
DREADME.txt9 - More detailed tests (volume, mute etc.) can also be performed using #6-#11.
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_mixer_manager_pulse_linux.cc1043 _paMute = i->mute; // get mute status in PaSinkInfoCallbackHandler()
1072 _paMute = i->mute; // Get mute status in PaSinkInputInfoCallbackHandler()
1096 _paMute = i->mute; // Get mute status in PaSourceInfoCallbackHandler()
/external/autotest/server/site_tests/audio_AudioNodeSwitch/
Daudio_AudioNodeSwitch.py68 volume, mute = self.audio_facade.get_chrome_active_volume_mute()

12