/external/webrtc/talk/session/media/ |
channelmanager.h | 151 bool MuteToBlackThenPause(VideoCapturer* video_capturer, bool muted);
|
channelmanager.cc | 477 VideoCapturer* video_capturer, bool muted) { 482 Bind(&VideoCapturer::MuteToBlackThenPause, video_capturer, muted));
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioHardwareInterface.h | 282 virtual status_t setMasterMute(bool muted) = 0;
|
/hardware/qcom/audio/hal/ |
audio_hw.h | 164 bool muted; member in struct:stream_out
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
SyncManager.java | 57 public ConversationCustomization(final boolean archived, final boolean muted, 60 mMuted = muted;
|
/external/webrtc/webrtc/modules/audio_device/ |
audio_device_impl.cc | 802 bool muted(false); 804 if (_ptrAudioDevice->SpeakerMute(muted) == -1) 809 *enabled = muted; 854 bool muted(false); 856 if (_ptrAudioDevice->MicrophoneMute(muted) == -1) 861 *enabled = muted; [all...] |
/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_device_pulse_linux.cc | 537 bool muted(0); 538 if (_mixerManager.SpeakerMute(muted) == -1) 543 enabled = muted; 589 bool muted(0); 590 if (_mixerManager.MicrophoneMute(muted) == -1) 595 enabled = muted; [all...] |
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
voe_cmd_test.cc | 235 bool muted = false; local 628 res = volume->GetInputMute(chan, muted); 630 muted = !muted; 631 res = volume->SetInputMute(chan, muted); 633 if (muted)
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
CallButtonPresenter.java | 172 public void onMute(boolean muted) { 174 getUi().setMute(muted);
|
ProximitySensor.java | 125 public void onMute(boolean muted) {
|
/device/google/dragon/audio/hal/ |
audio_hw.h | 233 bool muted; member in struct:stream_out
|
/device/htc/flounder/audio/hal/ |
audio_hw.h | 284 bool muted; member in struct:stream_out
|
/external/webrtc/webrtc/modules/audio_processing/ |
audio_processing_impl.h | 79 void set_output_will_be_muted(bool muted) override;
|
/external/webrtc/webrtc/modules/audio_processing/include/ |
mock_audio_processing.h | 210 void(bool muted));
|
audio_processing.h | 301 // Set to true when the output of AudioProcessing will be muted or in some 305 virtual void set_output_will_be_muted(bool muted) = 0; [all...] |
/frameworks/av/services/audioflinger/ |
Threads.h | 553 void setMasterMute(bool muted); 556 void setStreamMute(audio_stream_type_t stream, bool muted); [all...] |
AudioFlinger.h | 140 virtual status_t setMasterMute(bool muted); 147 virtual status_t setStreamMute(audio_stream_type_t stream, bool muted); [all...] |
/frameworks/base/core/java/android/preference/ |
VolumePreference.java | 164 public void onMuted(boolean muted, boolean zenMuted) {
|
/hardware/qcom/audio/msm8909/hal/ |
audio_hw.h | 177 bool muted; member in struct:stream_out
|
/external/webrtc/webrtc/modules/audio_device/mac/ |
audio_device_mac.cc | 622 bool muted(0); 624 if (_mixerManager.SpeakerMute(muted) == -1) { 628 enabled = muted; 666 bool muted(0); 668 if (_mixerManager.MicrophoneMute(muted) == -1) { 672 enabled = muted; [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
VolumeDialog.java | 751 } else if (ss.muted || mAutomute && ss.level == 0) { 767 (ss.muted ? R.drawable.ic_volume_media_bt_mute 770 : (ss.muted ? row.iconMuteRes : row.iconRes); [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)
|
/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...] |
/frameworks/base/services/core/java/com/android/server/notification/ |
NotificationUsageStats.java | 1151 int muted = cursor.getInt(4); local 1182 int muted = cursor.getInt(4); local [all...] |