/external/webkit/WebCore/css/ |
mediaControlsQt.css | 53 audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-button {
|
/frameworks/base/media/libmedia/ |
AudioSystem.cpp | 104 status_t AudioSystem::setMasterMute(bool mute) 108 af->setMasterMute(mute); 120 status_t AudioSystem::getMasterMute(bool* mute) 124 *mute = af->masterMute(); 137 status_t AudioSystem::setStreamMute(int stream, bool mute) 142 af->setStreamMute(stream, mute); 155 status_t AudioSystem::getStreamMute(int stream, bool* mute) 160 *mute = af->streamMute(stream);
|
/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 | 94 /** Hash table to store mute (Boolean) values based upon the connection.*/ 98 /** Static handler for the connection/mute tracking */ 117 * Mute settings for each connection as needed. 125 if (DBG) log("ConnectionHandler: updating mute state for each connection"); 158 // Restore the mute state of the foreground call if we're not IDLE, 159 // otherwise just clear the mute state. This is really saying that 161 // the mute state with the earliest connection on the foreground 163 // non-mute state. 280 // automatically reset mute state to unmuted for CDMA 690 * Restore the mute setting from the earliest connection of th [all...] |
InCallControlState.java | 142 // "Mute": only enabled when the foreground call is ACTIVE. 150 if (isEmergencyCall) { // disable "Mute" item
|
InCallMenu.java | 230 // In this row we see *either* bluetooth/speaker/mute/hold 277 // For OTA call, only show dialpad, endcall, speaker, and mute menu items 433 // "Mute": only enabled when the foreground call is ACTIVE.
|
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/ |
Sequencer.java | 151 void setTrackMute(int track, boolean mute);
|
/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...] |
/frameworks/base/libs/audioflinger/ |
A2dpAudioInterface.h | 44 // mic mute
|
AudioDumpInterface.h | 137 // mic mute
|
AudioFlinger.h | 399 void mute(bool); 537 mute(false) 541 bool mute; member in struct:android::AudioFlinger::PlaybackThread::stream_type_t 673 virtual void mute(bool);
|
AudioHardwareStub.h | 72 // mic mute
|
/frameworks/base/media/java/android/media/ |
AudioService.java | 285 // Call setRingerModeInt() to apply correct mute 530 mStreamStates[stream].mute(cb, state); method 537 mStreamStates[streamType].mute(cb, state); method 572 // Mute stream if not previously muted by ringer mode and ringer mode 581 mStreamStates[streamType].mute(null, false); method 587 mStreamStates[streamType].mute(null, true); method 1341 public void mute(IBinder cb, boolean state) { method in class:AudioService.VolumeStreamState 1368 public void mute(boolean state) { method in class:AudioService.VolumeStreamState.VolumeDeathHandler [all...] |
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyManagerBase.h | 137 int mMuteCount[AudioSystem::NUM_STREAM_TYPES]; // mute request counter 201 // Mute or unmute all streams handled by the specified strategy on the specified output 203 // Mute or unmute the stream on the specified output 205 // handle special cases for sonification strategy while in call: mute streams or replace by
|
/hardware/msm7k/libaudio-qsd8k/ |
AudioHardware.h | 144 uint32_t mute; member in struct:android::msm_mute_info 182 // mic mute
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebViewFactory.mm | 680 return UI_STRING("mute", "accessibility role description for mute button"); 682 return UI_STRING("unmute", "accessibility role description for turn mute off button"); 724 return UI_STRING("mute audio tracks", "accessibility help text for mute button"); 726 return UI_STRING("unmute audio tracks", "accessibility help text for un mute button");
|
/external/webkit/WebKit/win/ |
WebCoreLocalizedStrings.cpp | 130 return String(LPCTSTR_UI_STRING("mute", "accessibility role description for mute button")); 132 return String(LPCTSTR_UI_STRING("unmute", "accessibility role description for turn mute off button")); 173 return String(LPCTSTR_UI_STRING("mute audio tracks", "accessibility help text for mute button")); 175 return String(LPCTSTR_UI_STRING("unmute audio tracks", "accessibility help text for un mute button"));
|
/frameworks/base/include/media/ |
AudioTrack.h | 70 MUTE = 0x00000001 234 /* mute or unmutes this track. 237 void mute(bool);
|
AudioRecord.h | 65 MUTE = 0x00000001 83 // static status_t setMasterMute(bool mute);
|
/development/samples/JetBoy/src/com/example/android/jetboy/ |
JetBoyView.java | 179 // used to track beat for synch of mute/unmute actions 275 // array to store the mute masks that are applied during game play to respond to 293 // JET info: this are the mute arrays associated with the music beds in the 469 // JET info: set the mute mask as designed for the beginning of the game, when the 752 // If it is a key up on the fire key make sure we mute the 793 // JET info: the laser sound is on track 23, we mute it (true) right away (false) [all...] |
/external/webkit/WebCore/platform/gtk/ |
LocalizedStringsGtk.cpp | 379 return String::fromUTF8(_("mute")); 422 return String::fromUTF8(_("mute audio tracks"));
|
/frameworks/base/core/java/android/view/ |
VolumePanel.java | 204 * the way to zero and don't show the mute icon. 236 * the way to zero and don't show the mute icon.
|
/dalvik/libcore-disabled/sound/src/main/java/com/android/internal/sound/midi/ |
AndroidSequencer.java | 221 public void setTrackMute(int track, boolean mute) {
|
/external/sonivox/docs/ |
JET_Programming_Manual.html | 682 indefinitely, perhaps with small variations (using the mute/un-mute feature)
706 <h3>Mute/Un-mute Synchronization</h3>
743 field-end'></span><![endif]-->: Synchronized Mute/Unmute</p>
[all...] |