Home
last modified time | relevance | path

Searched defs:muted (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
DNoOpAudioSystemAdapter.java38 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()
DNoOpSystemServerAdapter.java44 public void broadcastMasterMuteStatus(boolean muted) { in broadcastMasterMuteStatus()
/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioFlingerService.aidl88 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()
DIAudioPolicyService.aidl132 int index, boolean muted); in setStreamVolumeIndex()
139 int index, boolean muted); in setVolumeIndexForAttributes()
/frameworks/base/services/core/java/com/android/server/audio/
DSystemServerAdapter.java149 /*package*/ void broadcastMasterMuteStatus(boolean muted) { in broadcastMasterMuteStatus()
DAudioSystemAdapter.java551 public int setStreamVolumeIndexAS(int stream, int index, boolean muted, int device) { in setStreamVolumeIndexAS()
556 public int setVolumeIndexForAttributes(AudioAttributes attributes, int index, boolean muted, in setVolumeIndexForAttributes()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/dialog/shared/model/
DVolumeDialogStreamModel.kt31 val muted: Boolean = false, constant in com.android.systemui.volume.dialog.shared.model.VolumeDialogStreamModel
/frameworks/base/telecomm/java/android/telecom/
DAudioState.java67 public AudioState(boolean muted, int route, int supportedRouteMask) { in AudioState()
DCallAudioState.java100 public CallAudioState(boolean muted, @CallAudioRoute int route, in CallAudioState()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DAmbientVolumeUi.java120 void setMuted(boolean muted); in setMuted()
DAmbientVolumeController.java253 public void setMuted(@NonNull BluetoothDevice device, boolean muted) { in setMuted()
DAmbientVolumeUiController.java503 @Nullable AmbientVolumeController.RemoteAmbientState state, boolean muted) { in syncMuteStateIfNeeded()
/frameworks/av/media/libaudioclient/
DIAudioFlinger.cpp307 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()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyClientImpl.cpp189 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()
DAudioPolicyService.cpp2165 bool muted, in volumeCommand()
2184 const std::vector<audio_port_handle_t> &ports, float volume, bool muted, in volumePortsCommand()
2698 bool muted, in setStreamVolume()
2707 bool muted, audio_io_handle_t output, int delayMs) in setPortsVolume()
/frameworks/base/core/java/android/preference/
DVolumePreference.java174 public void onMuted(boolean muted, boolean zenMuted) { in onMuted()
DSeekBarVolumizer.java70 void onMuted(boolean muted, boolean zenMuted); in onMuted()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl104 void setMute(boolean muted); in setMute()
/frameworks/av/services/audioflinger/
DTracks.cpp809 sp<IAfTrack> IAfTrack::create( in create()
884 bool muted) in Track()
2286 bool Track::AudioVibrationController::setMute(bool muted) { in setMute()
2626 bool muted) in create()
2658 bool muted) in PatchTrack()
3709 bool muted, const audio_attributes_t& attr, in AfPlaybackCommon()
3846 bool muted) in create()
3874 bool muted) in MmapTrack()
DIAfTrack.h320 void setPortMute(bool muted) final { in setPortMute()
DPlaybackTracks.h219 void setInternalMute(bool muted) final { mInternalMute = muted; } in setInternalMute()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/hearingaid/
DAmbientVolumeLayout.java186 public void setMuted(boolean muted) { in setMuted()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DVolumeDialogController.java92 public boolean muted; field in VolumeDialogController.StreamState
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java498 public void setMute(boolean muted) { in setMute()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DClientDescriptor.h176 bool setInternalMute(bool muted) { in setInternalMute()

12