/hardware/ti/wpan/tools/FM/FmRxApp/res/values/ |
strings.xml | 59 <string name="unmute">Unmute</string>
|
/external/kernel-headers/original/linux/ |
cpcap_audio.h | 35 int on; /* enable/disable for output, unmute/mute for input */
|
/frameworks/av/include/media/ |
AudioSystem.h | 45 // mute/unmute microphone 53 // mute/unmute audio outputs 63 // mute/unmute stream
|
/external/webkit/Source/WebCore/inspector/ |
InspectorState.h | 54 void unmute();
|
InspectorState.cpp | 60 void InspectorState::unmute() function in class:WebCore::InspectorState
|
WorkerInspectorController.cpp | 102 m_state->unmute();
|
InspectorAgent.cpp | 220 // We can reconnect to existing front-end -> unmute state. 221 m_state->unmute();
|
/external/webkit/Source/WebCore/manual-tests/ |
media-controls.html | 99 '<p>You should be able to control the volume with the slider and mute/unmute using the "Mute" button</p>' + 106 '<p>You should be able to control the volume with the slider and mute/unmute using the "Mute" button</p>' + 115 '<p>You should be able to control the volume with the slider and mute/unmute using the "Mute" button</p>' +
|
/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/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyManagerBase.h | 377 // Mute or unmute all streams handled by the specified strategy on the specified output 384 // Mute or unmute the stream on the specified output 474 // mute/unmute strategies using an incompatible device combination 476 // 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
|
/external/webkit/Source/WebCore/platform/gtk/ |
LocalizedStringsGtk.cpp | 453 return String::fromUTF8(_("unmute")); 496 return String::fromUTF8(_("unmute audio tracks"));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
vx_core.h | 206 unsigned char audio_active[4]; /* mute/unmute on digital playback */ 208 unsigned char audio_monitor_active[4]; /* playback hw-monitor mute/unmute */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
vx_core.h | 206 unsigned char audio_active[4]; /* mute/unmute on digital playback */ 208 unsigned char audio_monitor_active[4]; /* playback hw-monitor mute/unmute */
|
/packages/apps/Settings/src/com/android/settings/ |
RingerVolumePreference.java | 176 // Register callbacks for mute/unmute buttons
|
/external/webkit/Source/WebCore/platform/ |
DefaultLocalizationStrategy.cpp | 762 return WEB_UI_STRING("unmute", "accessibility role description for turn mute off button"); 809 return WEB_UI_STRING("unmute audio tracks", "accessibility help text for un mute button"); [all...] |
/external/webkit/Source/WebKit/gtk/po/ |
et.po | 682 msgid "unmute" 736 msgid "unmute audio tracks"
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
WebPlatformStrategies.cpp | 584 return QCoreApplication::translate("QWebPage", "Unmute Button", "Media controller element"); 622 return QCoreApplication::translate("QWebPage", "Unmute audio tracks", "Media controller element");
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
PlatformStrategiesWinCE.cpp | 534 return UI_STRING("unmute", "accessibility role description for turn mute off button"); 577 return UI_STRING("unmute audio tracks", "accessibility help text for un mute button");
|
/frameworks/base/media/java/android/media/ |
JetPlayer.java | 356 * @param muteFlag set to true to mute, false to unmute. 373 * bit 6 set to 1, it will automatically unmute the track containing the controller event.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmCallTracker.java | 223 // Always unmute when initiating a new call 258 // Always unmute when answering a new call [all...] |
/packages/apps/VideoEditor/res/values/ |
strings.xml | 98 <!-- Unmute the audio track. --> 99 <string name="editor_unmute">Unmute</string>
|
/frameworks/base/media/java/android/media/videoeditor/ |
AudioTrack.java | 300 * Mute/Unmute the audio track
|
/frameworks/wilhelm/tests/native-media/jni/ |
native-media-jni.c | 169 (*playerVolItf)->SetMute(playerVolItf, XA_BOOLEAN_FALSE); // unmute
|
/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...] |