/external/sonivox/arm-wt-22k/lib_src/ |
eas_miditypes.h | 65 #define MIDI_FLAGS_JET_MUTE 0x00000001 /* track is muted */
|
/external/webrtc/webrtc/modules/audio_processing/ |
audio_processing_impl.h | 79 void set_output_will_be_muted(bool muted) override;
|
/frameworks/av/media/libmedia/ |
IAudioFlinger.cpp | 320 virtual status_t setMasterMute(bool muted) 324 data.writeInt32(muted); 357 virtual status_t setStreamMute(audio_stream_type_t stream, bool muted) 362 data.writeInt32(muted); [all...] |
/frameworks/base/core/java/android/hardware/hdmi/ |
HdmiTvClient.java | 203 * @param mute {@code true} if muted; otherwise, {@code false}
|
/frameworks/base/telecomm/java/android/telecom/ |
InCallAdapter.java | 115 * @param shouldMute True if the microphone should be muted.
|
Phone.java | 258 * @param state {@code true} if the microphone should be muted; {@code false} otherwise.
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
ImsCall.java | 855 * Checks if the call is muted. 857 * @return true if the call is muted [all...] |
/frameworks/wilhelm/src/android/ |
AudioPlayer_to_android.cpp | 190 // left muted 193 // left not muted 203 // left and right are not soloed, and left is not muted 210 // right muted 213 // right not muted 223 // left and right are not soloed, and right is not muted 283 // player is muted 287 // player isn't muted, and channel mute/solo audibility factors are available (AudioPlayer) 291 // player isn't muted, and channel mute/solo audibility factors aren't available (MediaPlayer) [all...] |
/hardware/libhardware_legacy/audio/ |
audio_policy_hal.cpp | 122 * can still be muted. */
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioHardwareInterface.h | 282 virtual status_t setMasterMute(bool muted) = 0;
|
AudioPolicyInterface.h | 53 // also make sure that streams are not muted if not allowed (e.g. camera shutter sound in some countries).
|
/hardware/qcom/audio/legacy/alsa_sound/ |
audio_policy_hal.cpp | 122 * can still be muted. */
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
ProximitySensor.java | 125 public void onMute(boolean muted) {
|
/device/google/dragon/audio/hal/ |
audio_hw.c | [all...] |
/frameworks/av/services/audioflinger/ |
AudioFlinger.h | 140 virtual status_t setMasterMute(bool muted); 147 virtual status_t setStreamMute(audio_stream_type_t stream, bool muted); [all...] |
AudioFlinger.cpp | 913 status_t AudioFlinger::setMasterMute(bool muted) 926 mMasterMute = muted; 935 dev->hwDevice()->set_master_mute(dev->hwDevice(), muted); 948 mPlaybackThreads.valueAt(i)->setMasterMute(muted); [all...] |
/frameworks/av/services/audiopolicy/managerdefault/ |
AudioPolicyManager.h | 62 // Time in milliseconds during witch some streams are muted while the audio path 563 bool mBeaconMuted; // has STREAM_TTS been muted [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
PhoneInternalInterface.java | 666 * @param muted true to mute the microphone, 670 void setMute(boolean muted);
|
CallManager.java | [all...] |
/frameworks/base/media/java/android/media/ |
AudioManager.java | 367 * Mute the volume. Has no effect if the stream is already muted. 375 * Unmute the volume. Has no effect if the stream is not muted. 383 * Toggle the mute state. If muted the stream will be unmuted. If not muted 384 * the stream will be muted. [all...] |
/external/webrtc/webrtc/modules/audio_processing/include/ |
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/media/libstagefright/codecs/amrwb/src/ |
pvamrwbdecoder.cpp | 392 * If there was DTX muting, the first speech frame is muted. 394 * muted. The BFH state machine starts from state 5, however, to 397 * possible (the decoder output in this case is quickly muted) [all...] |
/external/webrtc/talk/media/base/ |
videocapturer.h | 209 virtual bool MuteToBlackThenPause(bool muted);
|
/external/webrtc/webrtc/modules/video_coding/ |
media_optimization.cc | 422 return true; // Drop all frames when muted.
|
/frameworks/av/services/audiopolicy/ |
AudioPolicyInterface.h | 49 // also make sure that streams are not muted if not allowed (e.g. camera shutter sound in some countries).
|