HomeSort by relevance Sort by last modified time
    Searched full:muted (Results 101 - 125 of 262) sorted by null

1 2 3 45 6 7 8 91011

  /frameworks/wilhelm/src/
classes.h 72 SLuint8 mMuteMask; // Mask for which channels are muted: bit 0=left, 1=right
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 80 ENFORCED_AUDIBLE = 7, // Sounds that cannot be muted by user and must be routed to speaker
AudioPolicyManagerBase.h 47 // Time in milliseconds during witch some streams are muted while the audio path
287 bool mStrategyMutedByDevice[NUM_STRATEGIES]; // strategies muted because of incompatible
324 bool mCanBeMuted; // true is the stream can be muted
  /hardware/qcom/audio/hal/
audio_hw.h 190 bool muted; member in struct:stream_out
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/resources/
soundmanager2-jsmin.js 17 opus:{type:["audio/ogg; codecs\x3dopus","audio/opus"],required:!1},wav:{type:['audio/wav; codecs\x3d"1"',"audio/wav","audio/wave","audio/x-wav"],required:!1}};this.movieID="sm2-container";this.id=wa||"sm2movie";this.debugID="soundmanager-debug";this.debugURLParam=/([#?&])debug=1/i;this.versionNumber="V2.97a.20130512";this.altURL=this.movieURL=this.version=null;this.enabled=this.swfLoaded=!1;this.oMC=null;this.sounds={};this.soundIDs=[];this.didFlashBlock=this.muted=!1;this.filePattern=null;this.filePatterns=
29 b+'"');return c.sounds[b].mute()}c._wD("soundManager.mute(): Muting all sounds");for(d=c.soundIDs.length-1;0<=d;d--)c.sounds[c.soundIDs[d]].mute();return c.muted=!0};this.muteAll=function(){c.mute()};this.unmute=function(b){b instanceof String&&(b=null);if(b){if(!v(b))return!1;c._wD('soundManager.unmute(): Unmuting "'+b+'"');return c.sounds[b].unmute()}c._wD("soundManager.unmute(): Unmuting all sounds");for(b=c.soundIDs.length-1;0<=b;b--)c.sounds[c.soundIDs[b]].unmute();c.muted=!1;return!0};this.unmuteAll=
50 function(b,d){b===g&&(b=100);d===g&&(d=!1);a.isHTML5?a._a&&(a._a.volume=Math.max(0,Math.min(1,b/100))):k._setVolume(a.id,c.muted&&!a.muted||a.muted?0:b);a._iO.volume=b;d||(a.volume=b,a.options.volume=b);return a};this.mute=function(){a.muted=!0;a.isHTML5?a._a&&(a._a.muted=!0):k._setVolume(a.id,0);return a};this.unmute=function(){a.muted=!1;var b=a._iO.volume!==g;a.isHTML5?a._a&&(a._a.muted=!1):k._setVolume(a.id,b?a._iO.volume:a.options.volume);return a};this.toggleMute=function(){return (…)
    [all...]
soundmanager2-nodebug-jsmin.js 16 wav:{type:['audio/wav; codecs\x3d"1"',"audio/wav","audio/wave","audio/x-wav"],required:!1}};this.movieID="sm2-container";this.id=la||"sm2movie";this.debugID="soundmanager-debug";this.debugURLParam=/([#?&])debug=1/i;this.versionNumber="V2.97a.20130512";this.altURL=this.movieURL=this.version=null;this.enabled=this.swfLoaded=!1;this.oMC=null;this.sounds={};this.soundIDs=[];this.didFlashBlock=this.muted=!1;this.filePattern=null;this.filePatterns={flash8:/\.mp3(\?.*)?$/i,flash9:/\.mp3(\?.*)?$/i};this.features=
25 !1:c.sounds[b].togglePause()};this.setPan=function(b,e){return!s(b)?!1:c.sounds[b].setPan(e)};this.setVolume=function(b,e){return!s(b)?!1:c.sounds[b].setVolume(e)};this.mute=function(b){var e=0;b instanceof String&&(b=null);if(b)return!s(b)?!1:c.sounds[b].mute();for(e=c.soundIDs.length-1;0<=e;e--)c.sounds[c.soundIDs[e]].mute();return c.muted=!0};this.muteAll=function(){c.mute()};this.unmute=function(b){b instanceof String&&(b=null);if(b)return!s(b)?!1:c.sounds[b].unmute();for(b=c.soundIDs.length-
26 1;0<=b;b--)c.sounds[c.soundIDs[b]].unmute();c.muted=!1;return!0};this.unmuteAll=function(){c.unmute()};this.toggleMute=function(b){return!s(b)?!1:c.sounds[b].toggleMute()};this.getMemoryUse=function(){var b=0;k&&8!==m&&(b=parseInt(k._getMemoryUse(),10));return b};this.disable=function(b){var e;b===h&&(b=!1);if(x)return!1;x=!0;for(e=c.soundIDs.length-1;0<=e;e--)Pa(c.sounds[c.soundIDs[e]]);N(b);t.remove(l,"load",F);return!0};this.canPlayMIME=function(b){var e;c.hasHTML5&&(e=T({type:b}));!e&&v&&(e=b&&
41 this.setVolume=function(b,e){b===h&&(b=100);e===h&&(e=!1);a.isHTML5?a._a&&(a._a.volume=Math.max(0,Math.min(1,b/100))):k._setVolume(a.id,c.muted&&!a.muted||a.muted?0:b);a._iO.volume=b;e||(a.volume=b,a.options.volume=b);return a};this.mute=function(){a.muted=!0;a.isHTML5?a._a&&(a._a.muted=!0):k._setVolume(a.id,0);return a};this.unmute=function(){a.muted=!1;var b=a._iO.volume!==h;a.isHTML5?a._a&&(a._a.muted=!1):k._setVolume(a.id,b?a._iO.volume:a.options.volume);return a};this.toggleMute=function(){return (…)
    [all...]
  /external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/html/war/
soundmanager2-jsmin.js 17 opus:{type:["audio/ogg; codecs\x3dopus","audio/opus"],required:!1},wav:{type:['audio/wav; codecs\x3d"1"',"audio/wav","audio/wave","audio/x-wav"],required:!1}};this.movieID="sm2-container";this.id=wa||"sm2movie";this.debugID="soundmanager-debug";this.debugURLParam=/([#?&])debug=1/i;this.versionNumber="V2.97a.20130512";this.altURL=this.movieURL=this.version=null;this.enabled=this.swfLoaded=!1;this.oMC=null;this.sounds={};this.soundIDs=[];this.didFlashBlock=this.muted=!1;this.filePattern=null;this.filePatterns=
29 b+'"');return c.sounds[b].mute()}c._wD("soundManager.mute(): Muting all sounds");for(d=c.soundIDs.length-1;0<=d;d--)c.sounds[c.soundIDs[d]].mute();return c.muted=!0};this.muteAll=function(){c.mute()};this.unmute=function(b){b instanceof String&&(b=null);if(b){if(!v(b))return!1;c._wD('soundManager.unmute(): Unmuting "'+b+'"');return c.sounds[b].unmute()}c._wD("soundManager.unmute(): Unmuting all sounds");for(b=c.soundIDs.length-1;0<=b;b--)c.sounds[c.soundIDs[b]].unmute();c.muted=!1;return!0};this.unmuteAll=
50 function(b,d){b===g&&(b=100);d===g&&(d=!1);a.isHTML5?a._a&&(a._a.volume=Math.max(0,Math.min(1,b/100))):k._setVolume(a.id,c.muted&&!a.muted||a.muted?0:b);a._iO.volume=b;d||(a.volume=b,a.options.volume=b);return a};this.mute=function(){a.muted=!0;a.isHTML5?a._a&&(a._a.muted=!0):k._setVolume(a.id,0);return a};this.unmute=function(){a.muted=!1;var b=a._iO.volume!==g;a.isHTML5?a._a&&(a._a.muted=!1):k._setVolume(a.id,b?a._iO.volume:a.options.volume);return a};this.toggleMute=function(){return (…)
    [all...]
  /external/libgdx/tests/gdx-tests-gwt/war/
soundmanager2-jsmin.js 17 opus:{type:["audio/ogg; codecs\x3dopus","audio/opus"],required:!1},wav:{type:['audio/wav; codecs\x3d"1"',"audio/wav","audio/wave","audio/x-wav"],required:!1}};this.movieID="sm2-container";this.id=wa||"sm2movie";this.debugID="soundmanager-debug";this.debugURLParam=/([#?&])debug=1/i;this.versionNumber="V2.97a.20130512";this.altURL=this.movieURL=this.version=null;this.enabled=this.swfLoaded=!1;this.oMC=null;this.sounds={};this.soundIDs=[];this.didFlashBlock=this.muted=!1;this.filePattern=null;this.filePatterns=
29 b+'"');return c.sounds[b].mute()}c._wD("soundManager.mute(): Muting all sounds");for(d=c.soundIDs.length-1;0<=d;d--)c.sounds[c.soundIDs[d]].mute();return c.muted=!0};this.muteAll=function(){c.mute()};this.unmute=function(b){b instanceof String&&(b=null);if(b){if(!v(b))return!1;c._wD('soundManager.unmute(): Unmuting "'+b+'"');return c.sounds[b].unmute()}c._wD("soundManager.unmute(): Unmuting all sounds");for(b=c.soundIDs.length-1;0<=b;b--)c.sounds[c.soundIDs[b]].unmute();c.muted=!1;return!0};this.unmuteAll=
50 function(b,d){b===g&&(b=100);d===g&&(d=!1);a.isHTML5?a._a&&(a._a.volume=Math.max(0,Math.min(1,b/100))):k._setVolume(a.id,c.muted&&!a.muted||a.muted?0:b);a._iO.volume=b;d||(a.volume=b,a.options.volume=b);return a};this.mute=function(){a.muted=!0;a.isHTML5?a._a&&(a._a.muted=!0):k._setVolume(a.id,0);return a};this.unmute=function(){a.muted=!1;var b=a._iO.volume!==g;a.isHTML5?a._a&&(a._a.muted=!1):k._setVolume(a.id,b?a._iO.volume:a.options.volume);return a};this.toggleMute=function(){return (…)
    [all...]
  /external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.cc 278 bool muted(false);
279 EXPECT_EQ(0, _audioDevice->MicrophoneMute(&muted));
280 muted = !muted;
281 EXPECT_EQ(0, _audioDevice->SetMicrophoneMute(muted));
282 if (muted)
531 bool muted(false);
532 EXPECT_EQ(0, _audioDevice->SpeakerMute(&muted));
533 muted = !muted;
    [all...]
  /frameworks/av/services/audioflinger/
Threads.h 573 void setMasterMute(bool muted);
576 void setStreamMute(audio_stream_type_t stream, bool muted);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialog.java 769 (ss.muted ? R.drawable.ic_volume_media_bt_mute
772 : (ss.muted ? row.iconMuteRes : row.iconRes);
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java 381 // Streams currently muted by ringer mode
384 /** Streams that can be muted. Do not resolve to aliases when checking.
    [all...]
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_pulse_linux.cc 537 bool muted(0);
538 if (_mixerManager.SpeakerMute(muted) == -1)
543 enabled = muted;
589 bool muted(0);
590 if (_mixerManager.MicrophoneMute(muted) == -1)
595 enabled = muted;
    [all...]
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.cc 622 bool muted(0);
624 if (_mixerManager.SpeakerMute(muted) == -1) {
628 enabled = muted;
666 bool muted(0);
668 if (_mixerManager.MicrophoneMute(muted) == -1) {
672 enabled = muted;
    [all...]
  /frameworks/base/core/java/android/app/
NotificationManager.java 157 * the priority criteria. Some audio streams are muted. See
167 * those used for phone calls) and vibrations are muted.
174 * {@link Notification#CATEGORY_ALARM} are suppressed. Some audio streams are muted.
    [all...]
  /frameworks/base/docs/downloads/design/
Android_Design_Downloads_20120814.zip 
Android_Design_Downloads_20120823.zip 
Android_Design_Downloads_20130814.zip 
  /frameworks/base/media/java/android/media/
AudioAttributes.java 181 * will be muted when the Zen mode disables notifications
188 * will be muted when the Zen mode disables calls
283 * Flag requesting audible playback even when the underlying stream is muted.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
def.h 239 /**< Create in muted state. If neither PA_STREAM_START_UNMUTED nor
241 * whether to create the stream in muted or in unmuted
276 * whether to create the stream in muted or in unmuted
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
def.h 264 /**< Create in muted state. If neither PA_STREAM_START_UNMUTED nor
266 * whether to create the stream in muted or in unmuted
301 * whether to create the stream in muted or in unmuted
    [all...]
  /development/samples/SipDemo/src/com/example/android/sip/
WalkieTalkieActivity.java 258 * Updates whether or not the user's voice is muted, depending on whether the button is pressed.
  /device/htc/flounder/audio/hal/
audio_hw.h 284 bool muted; member in struct:stream_out
  /external/autotest/client/cros/multimedia/
audio_facade_native.py 94 is True if node is muted, False otherwise.
  /external/libopus/src/
opus_multistream_decoder.c 291 /* Handle muted channels */

Completed in 879 milliseconds

1 2 3 45 6 7 8 91011