/external/kernel-headers/original/uapi/sound/ |
D | tlv.h | 53 #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) \
|
D | asoc.h | 218 __le32 mute; member
|
/external/webrtc/webrtc/modules/audio_device/mac/ |
D | audio_mixer_manager_mac.cc | 469 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/ |
D | control | 7 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/ |
D | JetCreatorhlp.dat | 8 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.
|
D | JetPreview.py | 64 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))
|
D | JetAudition.py | 197 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/ |
D | audio_extension_handler.py | 172 def set_mute(self, mute): argument 178 is_muted_string = 'true' if mute else 'false'
|
D | audio_facade_native.py | 114 def set_chrome_mute(self, mute): argument 120 self._extension_handler.set_mute(mute)
|
/external/autotest/server/cros/multimedia/ |
D | audio_facade_adapter.py | 233 def set_chrome_mute(self, mute): argument 239 self._audio_proxy.set_chrome_mute(mute)
|
/external/swiftshader/src/D3D9/ |
D | D3D9.cpp | 305 void __cdecl DebugSetMute(long mute) in DebugSetMute() argument 307 GTRACE("long mute = %d", mute); in DebugSetMute()
|
/external/swiftshader/src/D3D8/ |
D | D3D8.cpp | 82 void __cdecl DebugSetMute(long mute) // FIXME: Return type in DebugSetMute() argument
|
/external/curl/src/ |
D | tool_msgs.c | 42 if(!config->mute) { in voutf()
|
D | tool_cfgable.h | 248 bool mute; /* don't show messages, --silent given */ member
|
D | tool_operate.c | 740 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/ |
D | control.vp9.mse | 27 video = 'http://crosvideo.appspot.com/?codec=vp9&cycle=true&mute=true'
|
D | control.vp8.mse | 27 video = 'http://crosvideo.appspot.com/?codec=vp8&cycle=true&mute=true'
|
D | control.h264.mse | 27 video = 'http://crosvideo.appspot.com/?codec=h264&cycle=true&mute=true'
|
/external/autotest/server/site_tests/audio_AudioArtifacts/ |
D | control.mute_headphone | 12 CRITERIA = "This test will fail if the recorded audio contains artifacts or the durations of mute n…
|
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 1140 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/ |
D | webrtcvideoengine2.h | 168 bool mute, 199 bool MuteStream(uint32_t ssrc, bool mute); 262 void MuteStream(bool mute);
|
D | webrtcvoiceengine.h | 229 bool MuteStream(uint32_t ssrc, bool mute);
|
/external/webrtc/webrtc/modules/audio_device/test/ |
D | README.txt | 9 - More detailed tests (volume, mute etc.) can also be performed using #6-#11.
|
/external/webrtc/webrtc/modules/audio_device/linux/ |
D | audio_mixer_manager_pulse_linux.cc | 1043 _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/ |
D | audio_AudioNodeSwitch.py | 68 volume, mute = self.audio_facade.get_chrome_active_volume_mute()
|