/external/sonivox/jet_tools/JetCreator/ |
JetAudition.py | 180 """ Sets command to mute all tracks """
184 """ Sets command to un-mute all tracks """
188 """ Sets command to set mute flags to their original values """
197 def SetMuteFlag(self, trackNum, mute):
202 self.jet.SetMuteFlag(trackNum, mute, sync)
203 logging.info("SetMuteFlag() Track:%d Mute:%d Sync:%d" % (trackNum, mute, sync))
|
JetDefs.py | 148 BUT_UNMUTE = 'Un-Mute'
149 BUT_MUTE = 'Mute'
152 BUT_MUTEALL = 'Mute All'
153 BUT_MUTENONE = 'Mute None'
375 ('Mute Flags', 0, F_MUTEFLAGS)
467 ('Un-Mute', F_EMUTEBUT, BUTROW1+BUTOFF*6, COL3+EVT_OFFSET, BUTSIZE, 0, 0, ID_MUTE, [], "OnMute", False, ""),
|
/packages/apps/Phone/src/com/android/phone/ |
PhoneUtils.java | 106 /** Hash table to store mute (Boolean) values based upon the connection.*/ 110 /** Static handler for the connection/mute tracking */ 129 * Mute settings for each connection as needed. 137 if (DBG) log("ConnectionHandler: updating mute state for each connection"); 158 // mute is connection based operation, we need loop over 186 // Restore the mute state of the foreground call if we're not IDLE, 187 // otherwise just clear the mute state. This is really saying that 189 // the mute state with the earliest connection on the foreground 191 // non-mute state. [all...] |
InCallControlState.java | 149 // "Mute": only enabled when the foreground call is ACTIVE. 159 if (isEmergencyCall || isECM) { // disable "Mute" item
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
channel.h | 77 // enable/mute, marshaling calls to a worker thread, and 110 bool Mute(bool mute);
|
filemediaengine.h | 151 virtual bool Mute(bool on) { return false; } 186 virtual bool Mute(bool on) { return false; }
|
/hardware/ti/wpan/tools/kfmapp/ |
kfmapp.c | 44 static char *g_mutemodes[]={"Mute ON","Mute OFF","Attenuate Voice"}; 108 printf("m changes mute mode\n"); 109 printf("gm get mute mode\n"); 112 printf("d set rf dependent mute\n"); 113 printf("gd get rf dependent mute\n"); 635 printf("Failed to set mute mode\n"); 651 printf("Failed to get mute mode\n"); 1039 /* Enable Mute */ 1045 printf("Failed to set mute mode\n") [all...] |
kfmapp.h | 53 #define FM_RF_DEPENDENT_MUTE_CTL_NAME "RF Dependent Mute"
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs8427.h | 57 #define CS8427_MUTESAO (1<<5) /* mute control for the serial audio output port, 0 = disabled, 1 = enabled */ 58 #define CS8427_MUTEAES (1<<4) /* mute control for the AES transmitter output, 0 = disabled, 1 = enabled */ 68 #define CS8427_HOLDZERO (1<<5) /* replace the current audio sample with zero (mute) */
|
ac97_codec.h | 377 #define AC97_SCAP_EAPD_LED (1<<10) /* EAPD as mute LED */ 385 #define AC97_STEREO_MUTES (1<<4) /* has stereo mute bits */ 398 #define AC97_HAS_NO_STD_PCM (1<<17) /* no standard AC97 PCM volume and mute */ 399 #define AC97_HAS_NO_AUX (1<<18) /* no standard AC97 AUX volume and mute */ 583 AC97_TUNE_MUTE_LED, /* EAPD bit works as mute LED */ 584 AC97_TUNE_HP_MUTE_LED, /* EAPD bit works as mute LED, use headphone control as master */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs8427.h | 57 #define CS8427_MUTESAO (1<<5) /* mute control for the serial audio output port, 0 = disabled, 1 = enabled */ 58 #define CS8427_MUTEAES (1<<4) /* mute control for the AES transmitter output, 0 = disabled, 1 = enabled */ 68 #define CS8427_HOLDZERO (1<<5) /* replace the current audio sample with zero (mute) */
|
ac97_codec.h | 377 #define AC97_SCAP_EAPD_LED (1<<10) /* EAPD as mute LED */ 385 #define AC97_STEREO_MUTES (1<<4) /* has stereo mute bits */ 398 #define AC97_HAS_NO_STD_PCM (1<<17) /* no standard AC97 PCM volume and mute */ 399 #define AC97_HAS_NO_AUX (1<<18) /* no standard AC97 AUX volume and mute */ 583 AC97_TUNE_MUTE_LED, /* EAPD bit works as mute LED */ 584 AC97_TUNE_HP_MUTE_LED, /* EAPD bit works as mute LED, use headphone control as master */
|
/external/sonivox/arm-wt-22k/lib_src/ |
jet.c | 221 /* set mute flags */ 733 * Change the state of the mute flags 743 /* unsynchronized mute, set flags and return */ 757 /* save mute flags */ 760 /* if repeating segment, set mute update flag */ 769 * Change the state of a single mute flag 786 /* unsynchronized mute, set flags and return */ 803 /* save mute flags and set mute update flag */ 815 * Unmute a track and then mute it when it is complete. If a cli [all...] |
/external/webkit/Source/WebCore/css/ |
mediaControlsQtFullscreen.css | 37 video::-webkit-media-controls-mute-button {
|
/external/webkit/Source/WebCore/inspector/ |
InspectorState.cpp | 55 void InspectorState::mute() function in class:WebCore::InspectorState
|
WorkerInspectorController.cpp | 146 m_state->mute();
|
/hardware/libhardware_legacy/audio/ |
A2dpAudioInterface.h | 45 // mic mute
|
AudioDumpInterface.h | 140 // mic mute
|
AudioHardwareStub.h | 72 // mic mute
|
/development/ndk/platforms/android-9/samples/native-audio/src/com/example/nativeaudio/ |
NativeAudio.java | 298 public static native void setChannelMuteUriAudioPlayer(int chan, boolean mute); 302 public static native void setMuteUriAudioPlayer(boolean mute);
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
webkit | 265 media-mute-button 277 media-volume-slider-mute-button
|
/frameworks/base/media/java/android/media/ |
AudioManager.java | 126 * @hide Broadcast intent when the master mute state changes. 191 * @hide The new master volume mute state for the master mute changed intent. 497 // TODO: Actually handle MUTE. 514 * sound to play when a user holds down volume down to mute. 751 * Silent mode will mute the volume and will not vibrate. Vibrate mode will 752 * mute the volume and vibrate. Normal mode will be audible and may vibrate 886 * Mute or unmute an audio stream. 888 * The mute command is protected against client process death: if a process 889 * with an active mute request on a stream dies, this stream will be unmute [all...] |
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyManagerBase.h | 266 int mMuteCount[AudioSystem::NUM_STREAM_TYPES]; // mute request counter 368 // Mute or unmute all streams handled by the specified strategy on the specified output 375 // Mute or unmute the stream on the specified output 382 // handle special cases for sonification strategy while in call: mute streams or replace by 465 // mute/unmute strategies using an incompatible device combination
|
/frameworks/base/media/java/android/media/videoeditor/ |
AudioTrack.java | 265 * 0, then volume becomes mute. It it is set to 100, then volume 300 * Mute/Unmute the audio track 302 * @param muted true to mute the audio track. SetMute(true) will make
|
/frameworks/wilhelm/src/itf/ |
IOutputMixExt.c | 426 /** \brief Called when a gain-related field (mute, solo, volume, stereo position, etc.) updated */ 430 SLboolean mute = audioPlayer->mVolume.mMute; local 440 if (mute || !(~muteMask & 3)) {
|