/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/ |
H A D | neteq_impl_unittest.cc | 204 bool muted; in TestDtmfPacket() local 508 bool muted; in TEST_F() local 602 bool muted; in TEST_F() local 696 bool muted; in TEST_F() local 790 bool muted; in TEST_P() local 896 bool muted; in TEST_P() local 971 bool muted; in TEST_P() local 1078 bool muted; in TEST_F() local 1159 bool muted; in TEST_F() local 1265 bool muted; in TEST_F() local [all …]
|
H A D | neteq_unittest.cc | 139 bool muted; in TEST_F() local 263 bool muted; in TEST_F() local 285 bool muted; in TEST_F() local 336 bool muted; in CheckBgn() local 446 bool muted; in TEST_F() local 538 bool muted; in TEST_F() local 589 bool muted; in GetAudioReturnMuted() local 601 bool muted = false; in GetAudioUntilNormal() local 629 bool muted; in TEST_F() local 716 bool muted; in TEST_F() local [all …]
|
/aosp_15_r20/hardware/interfaces/audio/aidl/default/alsa/ |
H A D | Mixer.cpp | 111 ndk::ScopedAStatus Mixer::getMasterMute(bool* muted) { in getMasterMute() 123 ndk::ScopedAStatus Mixer::getMicMute(bool* muted) { in getMicMute() 141 ndk::ScopedAStatus Mixer::setMasterMute(bool muted) { in setMasterMute() 153 ndk::ScopedAStatus Mixer::setMicMute(bool muted) { in setMicMute() 183 ndk::ScopedAStatus Mixer::getMixerControlMute(Control ctl, bool* muted) { in getMixerControlMute() 217 ndk::ScopedAStatus Mixer::setMixerControlMute(Control ctl, bool muted) { in setMixerControlMute()
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/audio/ |
H A D | NoOpAudioSystemAdapter.java | 38 public void configureIsMicrophoneMuted(boolean muted) { in configureIsMicrophoneMuted() 135 public int setStreamVolumeIndexAS(int stream, int index, boolean muted, int device) { in setStreamVolumeIndexAS() 140 public int setVolumeIndexForAttributes(AudioAttributes attributes, int index, boolean muted, in setVolumeIndexForAttributes() 153 public int setMasterMute(boolean muted) { in setMasterMute()
|
H A D | NoOpSystemServerAdapter.java | 44 public void broadcastMasterMuteStatus(boolean muted) { in broadcastMasterMuteStatus()
|
/aosp_15_r20/external/webrtc/modules/audio_coding/acm2/ |
H A D | acm_receiver_unittest.cc | 164 bool muted; in TEST_F() local 206 bool muted; in RunVerifyAudioFrame() local 262 bool muted; in TEST_F() local 294 bool muted; in TEST_F() local 405 bool muted; in TEST_F() local
|
H A D | call_statistics.cc | 20 bool muted) { in DecodedByNetEq()
|
H A D | audio_coding_module_unittest.cc | 222 bool muted; in PullAudio() local 261 bool muted; in TEST_F() local 279 bool muted; in TEST_F() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/volume/dialog/shared/model/ |
D | VolumeDialogStreamModel.java | 18 private final boolean muted = false; field in VolumeDialogStreamModel 33 …n isDynamic, boolean isActive, int level, int levelMin, int levelMax, boolean muted, boolean muteS… in VolumeDialogStreamModel() 141 …n isDynamic, boolean isActive, int level, int levelMin, int levelMax, boolean muted, boolean muteS… in copy()
|
/aosp_15_r20/frameworks/av/media/libaudioclient/aidl/android/media/ |
H A D | IAudioFlingerService.aidl | 88 void setMasterMute(boolean muted); in setMasterMute() 101 void setStreamVolume(AudioStreamType stream, float value, boolean muted, in setStreamVolume() 103 void setStreamMute(AudioStreamType stream, boolean muted); in setStreamMute() 109 void setPortsVolume(in int[] /* audio_port_handle_t[] */ portIds, float volume, boolean muted, in setPortsVolume()
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowInCallService.java | 42 private boolean muted; field in ShadowInCallService 132 protected void setMuted(boolean muted) { in setMuted() 234 void setMuted(boolean muted); in setMuted()
|
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/test/ |
H A D | neteq_decoding_test.cc | 120 bool muted; in Process() local 262 bool muted; in WrapTest() local 290 bool muted; in LongCngWithClockDrift() local
|
/aosp_15_r20/frameworks/av/media/libaudioclient/ |
H A D | IAudioFlinger.cpp | 307 status_t AudioFlingerClientAdapter::setMasterMute(bool muted) { in setMasterMute() 340 bool muted, audio_io_handle_t output) { in setStreamVolume() 348 status_t AudioFlingerClientAdapter::setStreamMute(audio_stream_type_t stream, bool muted) { in setStreamMute() 355 const std::vector<audio_port_handle_t> &portIds, float volume, bool muted, in setPortsVolume() 990 Status AudioFlingerServerAdapter::setMasterMute(bool muted) { in setMasterMute() 1013 bool muted, int32_t output) { in setStreamVolume() 1022 Status AudioFlingerServerAdapter::setStreamMute(AudioStreamType stream, bool muted) { in setStreamMute() 1029 const std::vector<int32_t>& portIds, float volume, bool muted, int32_t output) { in setPortsVolume()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaudioclient/audioflinger-aidl-cpp-source/gen/include/android/media/ |
D | BnAudioFlingerService.h | 129 ::android::binder::Status setMasterMute(bool muted) override { in setMasterMute() 144 …(::android::media::audio::common::AudioStreamType stream, float value, bool muted, int32_t output)… in setStreamVolume() 147 …tatus setStreamMute(::android::media::audio::common::AudioStreamType stream, bool muted) override { in setStreamMute() 150 …us setPortsVolume(const ::std::vector<int32_t>& portIds, float volume, bool muted, int32_t output)… in setPortsVolume()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/ |
H A D | StreamVolumeManager.java | 59 private boolean muted; field in StreamVolumeManager 158 public void setMuted(boolean muted) { in setMuted()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/ |
H A D | StreamVolumeManager.java | 59 private boolean muted; field in StreamVolumeManager 158 public void setMuted(boolean muted) { in setMuted()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaudioclient/audioflinger-aidl-cpp-source/gen/android/media/ |
D | IAudioFlingerService.cpp | 289 ::android::binder::Status BpAudioFlingerService::setMasterMute(bool muted) { in setMasterMute() 459 …(::android::media::audio::common::AudioStreamType stream, float value, bool muted, int32_t output)… in setStreamVolume() 505 …lingerService::setStreamMute(::android::media::audio::common::AudioStreamType stream, bool muted) { in setStreamMute() 543 …e::setPortsVolume(const ::std::vector<int32_t>& portIds, float volume, bool muted, int32_t output)… in setPortsVolume()
|
/aosp_15_r20/frameworks/av/services/audioflinger/ |
H A D | Tracks.cpp | 798 sp<IAfTrack> IAfTrack::create( in create() 873 bool muted) in Track() 1748 void Track::setPortMute(bool muted) { in setPortMute() 2307 bool Track::AudioVibrationController::setMute(bool muted) { in setMute() 2642 bool muted) in create() 2674 bool muted) in PatchTrack() 3684 bool muted) in create() 3712 bool muted) in MmapTrack()
|
/aosp_15_r20/frameworks/av/services/audiopolicy/service/ |
H A D | AudioPolicyClientImpl.cpp | 189 float volume, bool muted, audio_io_handle_t output, int delay_ms) in setStreamVolume() 195 const std::vector<audio_port_handle_t> &ports, float volume, bool muted, in setPortsVolume()
|
/aosp_15_r20/external/webrtc/modules/audio_device/ |
H A D | audio_device_impl.cc | 463 bool muted = false; in SpeakerMute() local 493 bool muted = false; in MicrophoneMute() local
|
/aosp_15_r20/external/webrtc/modules/audio_device/mac/ |
H A D | audio_mixer_manager_mac.cc | 489 UInt32 muted = 0; in SpeakerMute() local 657 UInt32 muted = 0; in MicrophoneMute() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaudioclient/audioclient-types-aidl-cpp-source/gen/include/android/media/ |
D | TrackInternalMuteInfo.h | 23 bool muted = false; variable
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioSystemAdapter.java | 550 public int setStreamVolumeIndexAS(int stream, int index, boolean muted, int device) { in setStreamVolumeIndexAS() 555 public int setVolumeIndexForAttributes(AudioAttributes attributes, int index, boolean muted, in setVolumeIndexForAttributes()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaudioclient/audiopolicy-aidl-cpp-source/gen/include/android/media/ |
D | GetOutputForAttrResponse.h | 40 bool muted = false; variable
|
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaudioclient/audioclient-types-aidl-java-source/gen/android/media/ |
D | TrackInternalMuteInfo.java | 14 public boolean muted = false; field in TrackInternalMuteInfo
|