/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
ImsCallSession.java | 629 * @param muted true if the call is muted, false otherwise 631 public void setMute(boolean muted) { 637 miSession.setMute(muted); [all...] |
/hardware/libhardware/modules/audio/ |
audio_policy.c | 86 * can still be muted. */
|
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioPolicyManagerALSA.cpp | 150 // unmute the ringing tone after a sufficient delay if it was muted before
|
/packages/services/Telecomm/res/values-en-rAU/ |
strings.xml | 29 <string name="accessibility_call_muted" msgid="2776111226185342220">"Call muted."</string>
|
/packages/services/Telecomm/res/values-en-rGB/ |
strings.xml | 29 <string name="accessibility_call_muted" msgid="2776111226185342220">"Call muted."</string>
|
/packages/services/Telecomm/res/values-en-rIN/ |
strings.xml | 29 <string name="accessibility_call_muted" msgid="2776111226185342220">"Call muted."</string>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/ |
audio.h | 60 int mute_state; /* audio is muted */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/ |
audio.h | 60 int mute_state; /* audio is muted */
|
/external/webrtc/webrtc/modules/audio_device/linux/ |
audio_device_alsa_linux.cc | 446 bool muted(0); 448 if (_mixerManager.SpeakerMute(muted) == -1) 453 enabled = muted; 503 bool muted(0); 505 if (_mixerManager.MicrophoneMute(muted) == -1) 510 enabled = muted; [all...] |
audio_mixer_manager_alsa_linux.cc | 664 // Note value = 0 (off) means muted 716 // Note value = 0 (off) means muted 761 // Note value = 0 (off) means muted 813 // Note value = 0 (off) means muted [all...] |
/external/sonivox/docs/ |
JET_Programming_Manual.html | 646 segment can contain alternate music tracks that can be muted or un-muted to
690 un-muted to increase the tension.</p>
698 similarly, another track is temporarily un-muted to signify when the player
724 synchronized to the music. Optionally, the track can be automatically muted by
[all...] |
/device/generic/goldfish/audio/ |
audio_hw.c | 480 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) 485 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted)
|
/external/webrtc/talk/session/media/ |
channelmanager.cc | 477 VideoCapturer* video_capturer, bool muted) { 482 Bind(&VideoCapturer::MuteToBlackThenPause, video_capturer, muted));
|
channelmanager.h | 151 bool MuteToBlackThenPause(VideoCapturer* video_capturer, bool muted);
|
/frameworks/wilhelm/tests/listening/ |
slesTest_playMuteSolo.cpp | 128 fprintf(stdout, "channel 0: playing, channel 1: muted\n"); 130 fprintf(stdout, "channel 0: muted, channel 1: playing\n");
|
/hardware/libhardware/include/hardware/ |
audio_policy.h | 77 * muted if not allowed (e.g. camera shutter sound in some countries). 118 * can still be muted. */
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
CallButtonPresenter.java | 172 public void onMute(boolean muted) { 174 getUi().setMute(muted);
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
SyncManager.java | 57 public ConversationCustomization(final boolean archived, final boolean muted, 60 mMuted = muted;
|
/packages/services/Telecomm/res/values/ |
strings.xml | 51 <!-- Content description of the call muted notification icon for 53 <string name="accessibility_call_muted">Call muted.</string>
|
/device/google/dragon/audio/hal/ |
audio_hw.h | 233 bool muted; member in struct:stream_out
|
/external/sonivox/jet_tools/JetCreator/ |
JetCreatorhlp.dat | 102 tracklist = The tracks in the segment currently playing segment display here. Tracks which are muted are checked. Click on a track to toggle its mute status.
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
volume_test.cc | 236 TEST_LOG("Muted: talk into microphone and verify you can't hear yourself.\n");
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Structure/ |
PolicySubsystem.xml | 52 Description="Sounds that cannot be muted by user and must
|
/frameworks/base/packages/SystemUI/res/values/ |
colors.xml | 44 <color name="qs_user_detail_icon_muted">#FFFFFFFF</color> <!-- not so muted after all -->
|
/frameworks/opt/net/voip/src/jni/rtp/ |
AudioGroup.cpp | 489 MUTED = 1, 866 if (mode != MUTED) { 882 int toRead = (mode == MUTED) ? 0 : sampleCount; 924 if (mode != MUTED) {
|