/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
AudioRestrictionTest.java | 43 // Here we test that DISALLOW_ADJUST_VOLUME disallows to unmute volume. 51 // Unmute volume, if necessary. 62 // Unmute should not have effect because the restriction does not allow this. 122 // Verify that we can't unmute the microphone.
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
voe_output_test.cc | 45 void Unmute(); 134 void OutputTest::Unmute() { 199 test.Unmute();
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
README.md | 46 conf: Unmute 60 - Codec.Flow (containing the Unmute and Mute configurations)
|
/frameworks/av/services/audiopolicy/managerdefault/ |
AudioPolicyManager.h | 334 // Mute or unmute all streams handled by the specified strategy on the specified output 341 // Mute or unmute the stream on the specified output 430 // mute/unmute strategies using an incompatible device combination 432 // if unmuting, unmute only after the specified delay 635 // returns 0 if no mute/unmute event happened, the largest latency of the device where 636 // the mute/unmute happened [all...] |
/frameworks/av/include/media/ |
AudioSystem.h | 52 // mute/unmute microphone 60 // mute/unmute audio outputs 70 // mute/unmute stream
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
jetcreator_manual.jd | 226 <br>Figure 3: Synchronized Mute/Unmute</p> 663 <p>Mute/UnMute - 664 Mute/UnMute will mute or unmute the track that the event is assigned to</p> 678 <p>Note: Trigger events are meant to unmute a 819 other windows of JET Creator, you can mute, unmute, trigger event clips, etc. [all...] |
/hardware/qcom/audio/hal/audio_extn/ |
hfp.c | 258 /* Set the unmute Tx mixer control */ 261 ALOGD("%s: unMute HFP Tx", __func__);
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
dsp_helper.h | 33 // Constants used to mute and unmute over 5 samples. The coefficients are
|
merge.cc | 100 // Mute the new decoded data if needed (and unmute it linearly).
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
Events.java | 188 case ICON_STATE_UNMUTE: return "unmute";
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyManagerBase.h | 391 // Mute or unmute all streams handled by the specified strategy on the specified output 398 // Mute or unmute the stream on the specified output 484 // mute/unmute strategies using an incompatible device combination 486 // if unmuting, unmute only after the specified delay
|
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioPolicyManagerALSA.cpp | 150 // unmute the ringing tone after a sufficient delay if it was muted before
|
/frameworks/base/telecomm/java/android/telecom/ |
ParcelableCallAnalytics.java | 118 public static final int UNMUTE = 203;
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/resources/ |
soundmanager2-jsmin.js | 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= method in class:mute 30 function(){c.unmute()};this.toggleMute=function(b){return!v(b)?!1:c.sounds[b].toggleMute()};this.getMemoryUse=function(){var c=0;k&&8!==n&&(c=parseInt(k._getMemoryUse(),10));return c};this.disable=function(b){var d;b===g&&(b=!1);if(y)return!1;y=!0;p("shutdown",1);for(d=c.soundIDs.length-1;0<=d;d--)$a(c.sounds[c.soundIDs[d]]);X(b);w.remove(h,"load",P);return!0};this.canPlayMIME=function(b){var d;c.hasHTML5&&(d=ba({type:b}));!d&&u&&(d=b&&c.ok()?!!(8<n&&b.match(pb)||b.match(c.mimePattern)):null);return d}; 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 a.muted?a.unmute(): method in class:setPosition [all...] |
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/html/war/ |
soundmanager2-jsmin.js | 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= method in class:mute 30 function(){c.unmute()};this.toggleMute=function(b){return!v(b)?!1:c.sounds[b].toggleMute()};this.getMemoryUse=function(){var c=0;k&&8!==n&&(c=parseInt(k._getMemoryUse(),10));return c};this.disable=function(b){var d;b===g&&(b=!1);if(y)return!1;y=!0;p("shutdown",1);for(d=c.soundIDs.length-1;0<=d;d--)$a(c.sounds[c.soundIDs[d]]);X(b);w.remove(h,"load",P);return!0};this.canPlayMIME=function(b){var d;c.hasHTML5&&(d=ba({type:b}));!d&&u&&(d=b&&c.ok()?!!(8<n&&b.match(pb)||b.match(c.mimePattern)):null);return d}; 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 a.muted?a.unmute(): method in class:setPosition [all...] |
/external/libgdx/tests/gdx-tests-gwt/war/ |
soundmanager2-jsmin.js | 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= method in class:mute 30 function(){c.unmute()};this.toggleMute=function(b){return!v(b)?!1:c.sounds[b].toggleMute()};this.getMemoryUse=function(){var c=0;k&&8!==n&&(c=parseInt(k._getMemoryUse(),10));return c};this.disable=function(b){var d;b===g&&(b=!1);if(y)return!1;y=!0;p("shutdown",1);for(d=c.soundIDs.length-1;0<=d;d--)$a(c.sounds[c.soundIDs[d]]);X(b);w.remove(h,"load",P);return!0};this.canPlayMIME=function(b){var d;c.hasHTML5&&(d=ba({type:b}));!d&&u&&(d=b&&c.ok()?!!(8<n&&b.match(pb)||b.match(c.mimePattern)):null);return d}; 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 a.muted?a.unmute(): method in class:setPosition [all...] |
/frameworks/base/media/java/android/media/ |
JetPlayer.java | 358 * @param muteFlag set to true to mute, false to unmute. 375 * bit 6 set to 1, it will automatically unmute the track containing the controller event.
|
/packages/apps/Settings/res/values-en-rAU/ |
arrays.xml | 285 <item msgid="3073734345226842233">"mute/unmute microphone"</item> 351 <item msgid="1312534577834048535">"Mute/unmute microphone"</item>
|
/packages/apps/Settings/res/values-en-rGB/ |
arrays.xml | 285 <item msgid="3073734345226842233">"mute/unmute microphone"</item> 351 <item msgid="1312534577834048535">"Mute/unmute microphone"</item>
|
/packages/apps/Settings/res/values-en-rIN/ |
arrays.xml | 285 <item msgid="3073734345226842233">"mute/unmute microphone"</item> 351 <item msgid="1312534577834048535">"Mute/unmute microphone"</item>
|
/packages/apps/Settings/res/values-tl/ |
arrays.xml | 285 <item msgid="3073734345226842233">"i-mute/i-unmute ang mikropono"</item> 351 <item msgid="1312534577834048535">"I-mute/i-unmute ang mikropono"</item>
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
Analytics.java | 53 put(Log.Events.UNMUTE, AnalyticsEvent.UNMUTE);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
GsmCdmaCallTracker.java | 316 // Always unmute when initiating a new call 427 // Always unmute when initiating a new call 506 // Always unmute when answering a new call [all...] |
/external/webrtc/webrtc/modules/audio_processing/agc/ |
agc_manager_direct.cc | 318 // When we unmute, we should reset things to be safe.
|
/frameworks/wilhelm/tests/native-media/jni/ |
native-media-jni.c | 169 (*playerVolItf)->SetMute(playerVolItf, XA_BOOLEAN_FALSE); // unmute
|