/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/ |
G726DecTest.c | 609 /* set playback stream mute/unmute */ 803 /* default setting for Mute/Unmute */ [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/ |
G729DecTest.c | 586 printf ("Testing Mute/Unmute for Playback Stream\n"); 693 /* set playback stream mute/unmute */ 757 /* default setting for Mute/Unmute */ [all...] |
/packages/apps/Dialer/InCallUI/res/values-en-rAU/ |
strings.xml | 114 <string name="onscreenMuteText_selected" msgid="7074763815284369548">"Unmute"</string>
|
/packages/apps/Dialer/InCallUI/res/values-en-rGB/ |
strings.xml | 114 <string name="onscreenMuteText_selected" msgid="7074763815284369548">"Unmute"</string>
|
/packages/apps/Dialer/InCallUI/res/values-en-rIN/ |
strings.xml | 114 <string name="onscreenMuteText_selected" msgid="7074763815284369548">"Unmute"</string>
|
/packages/apps/TV/src/com/android/tv/ui/ |
TunableTvView.java | 1084 unmute(); method 1093 private void unmute() { method in class:TunableTvView [all...] |
/packages/services/Telecomm/src/com/android/server/telecom/ |
Log.java | 141 public static final String UNMUTE = "UNMUTE"; [all...] |
CallAudioRouteStateMachine.java | [all...] |
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/resources/ |
soundmanager2-nodebug-jsmin.js | 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- method in class:mute 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 a.muted? method in class:this 42 a.unmute():a.mute()};this.onposition=this.onPosition=function(b,c,e){p.push({position:parseInt(b,10),method:c,scope:e!==h?e:a,fired:!1});return a};this.clearOnPosition=function(a,b){var c;a=parseInt(a,10);if(isNaN(a))return!1;for(c=0;c<p.length;c++)if(a===p[c].position&&(!b||b===p[c].method))p[c].fired&&q--,p.splice(c,1)};this._processOnPosition=function(){var b,c;b=p.length;if(!b||!a.playState||q>=b)return!1;for(b-=1;0<=b;b--)c=p[b],!c.fired&&a.position>=c.position&&(c.fired=!0,q++,c.method.apply(c.scope, [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/ |
G711DecTest.c | 644 printf ("Testing Mute/Unmute for Playback Stream\n"); 770 /* set playback stream mute/unmute */ 834 /* default setting for Mute/Unmute */ [all...] |
/development/samples/JetBoy/src/com/example/android/jetboy/ |
JetBoyView.java | 179 // used to track beat for synch of mute/unmute actions 808 // JET info: unmute the laser track (false) right away (false) [all...] |
/packages/apps/Dialer/InCallUI/res/values/ |
strings.xml | 298 <!-- Text for the onscreen "Mute" button when it is selected. Pressing it will unmute 300 <string name="onscreenMuteText_selected">Unmute</string> [all...] |
/packages/apps/Settings/res/values/ |
arrays.xml | 600 <item>mute/unmute microphone</item> 668 <item>Mute/unmute microphone</item> [all...] |