Home
last modified time | relevance | path

Searched defs:mute (Results 1 – 25 of 471) sorted by relevance

12345678910>>...19

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/vc/
Dvc_shim.cc57 static void volume_state_cb(const RawAddress& address, uint8_t volume, bool mute, in volume_state_cb()
62 static void group_volume_state_cb(int group_id, uint8_t volume, bool mute, bool is_autonomous) { in group_volume_state_cb()
101 void OnVolumeStateChanged(const RawAddress& address, uint8_t volume, bool mute, uint8_t flags, in OnVolumeStateChanged()
108 void OnGroupVolumeStateChanged(int group_id, uint8_t volume, bool mute, in OnGroupVolumeStateChanged()
140 int8_t gain_setting, bluetooth::aics::Mute mute, in OnExtAudioInStateChanged()
220 void VolumeControlIntf::mute(RawAddress addr) { return intf_->Mute(addr); } in mute() function in bluetooth::topshim::rust::VolumeControlIntf
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_vc.cc74 void OnVolumeStateChanged(const RawAddress& address, uint8_t volume, bool mute, uint8_t flags, in OnVolumeStateChanged()
80 void OnGroupVolumeStateChanged(int group_id, uint8_t volume, bool mute, in OnGroupVolumeStateChanged()
115 int8_t gain_setting, ::Mute mute, ::GainMode gain_mode) override { in OnExtAudioInStateChanged()
404 bool SetExtAudioInMute(const RawAddress& address, uint8_t ext_input_id, ::Mute mute) override { in SetExtAudioInMute()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeCallback.java82 int volume, boolean mute, int flags, byte[] address, boolean isAutonomous) { in onVolumeStateChanged()
97 void onGroupVolumeStateChanged(int volume, boolean mute, int groupId, boolean isAutonomous) { in onGroupVolumeStateChanged()
159 int id, int gainSetting, @Mute int mute, @GainMode int gainMode, byte[] address) { in onExtAudioInStateChanged()
DVolumeControlNativeInterface.java69 void mute(BluetoothDevice device) { in mute() method in VolumeControlNativeInterface
145 boolean setExtAudioInMute(BluetoothDevice device, int externalInputId, int mute) { in setExtAudioInMute()
205 private native boolean setExtAudioInMuteNative(byte[] address, int externalInputId, int mute); in setExtAudioInMuteNative()
DVolumeControlService.java570 public void mute(BluetoothDevice device) { in mute() method in VolumeControlService
695 void updateGroupCacheAndAudioSystem(int groupId, int volume, boolean mute, boolean showInUI) { in updateGroupCacheAndAudioSystem()
767 boolean mute, in handleVolumeControlChanged()
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/audio/
H A DAudioDeviceModule.java34 void setSpeakerMute(boolean mute); in setSpeakerMute()
37 void setMicrophoneMute(boolean mute); in setMicrophoneMute()
H A DLegacyAudioDeviceModule.java38 public void setSpeakerMute(boolean mute) { in setSpeakerMute()
43 public void setMicrophoneMute(boolean mute) { in setMicrophoneMute()
/aosp_15_r20/packages/services/Car/service/src/com/android/car/audio/
DCarVolumeGroup.java274 private void setHalMuteLocked(boolean mute) { in setHalMuteLocked()
743 boolean setMute(boolean mute) { in setMute()
763 protected boolean setMuteLocked(boolean mute) { in setMuteLocked()
773 protected void applyMuteLocked(boolean mute) { in applyMuteLocked()
/aosp_15_r20/device/generic/goldfish/audio/
Dprimary_device.cpp63 Return<Result> Device::setMicMute(bool mute) { in setMicMute()
74 Return<Result> Device::setMasterMute(bool mute) { in setMasterMute()
375 Return<Result> PrimaryDevice::setMicMute(bool mute) { in setMicMute()
383 Return<Result> PrimaryDevice::setMasterMute(bool mute) { in setMasterMute()
/aosp_15_r20/hardware/interfaces/audio/core/all-versions/default/
H A DDevice.cpp110 Return<Result> Device::setMicMute(bool mute) { in setMicMute()
115 bool mute = false; in getMicMute() local
122 Return<Result> Device::setMasterMute(bool mute) { in setMasterMute()
133 bool mute = false; in getMasterMute() local
/aosp_15_r20/external/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc959 BOOL mute; in SpeakerMuteIsAvailable() local
999 const BOOL mute(enable); in SetSpeakerMute() local
1034 BOOL mute; in SpeakerMute() local
1069 BOOL mute; in MicrophoneMuteIsAvailable() local
1106 const BOOL mute(enable); in SetMicrophoneMute() local
1136 BOOL mute; in MicrophoneMute() local
/aosp_15_r20/frameworks/wilhelm/src/itf/
H A DIVolume.cpp80 static SLresult IVolume_SetMute(SLVolumeItf self, SLboolean mute) in IVolume_SetMute()
109 SLboolean mute = thiz->mMute; in IVolume_GetMute() local
H A DIMuteSolo.cpp22 static SLresult IMuteSolo_SetChannelMute(SLMuteSoloItf self, SLuint8 chan, SLboolean mute) in IMuteSolo_SetChannelMute()
71 SLboolean mute; in IMuteSolo_GetChannelMute() local
H A DIMIDIMuteSolo.cpp23 SLboolean mute) in IMIDIMuteSolo_SetChannelMute()
126 static SLresult IMIDIMuteSolo_SetTrackMute(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean mute) in IMIDIMuteSolo_SetTrackMute()
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/sound/
Dtlv.h38 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min,step,mute) SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_SCALE, (m… argument
39 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name,min,step,mute) unsigned int name[] = { SNDRV_CTL_TLVD_… argument
/aosp_15_r20/prebuilts/vndk/v34/x86/include/bionic/libc/kernel/uapi/sound/
Dtlv.h38 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min,step,mute) SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_SCALE, (m… argument
39 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name,min,step,mute) unsigned int name[] = { SNDRV_CTL_TLVD_… argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/kernel/uapi/sound/
H A Dtlv.h26 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min,step,mute) SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_SCALE, (m… argument
27 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name,min,step,mute) unsigned int name[] = { SNDRV_CTL_TLVD_… argument
/aosp_15_r20/bionic/libc/kernel/uapi/sound/
H A Dtlv.h26 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min,step,mute) SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_SCALE, (m… argument
27 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name,min,step,mute) unsigned int name[] = { SNDRV_CTL_TLVD_… argument
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/sound/
Dtlv.h38 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min,step,mute) SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_SCALE, (m… argument
39 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name,min,step,mute) unsigned int name[] = { SNDRV_CTL_TLVD_… argument
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/sound/
H A Dtlv.h26 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min,step,mute) SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_SCALE, (m… argument
27 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name,min,step,mute) unsigned int name[] = { SNDRV_CTL_TLVD_… argument
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/bionic/libc/kernel/uapi/sound/
Dtlv.h38 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min,step,mute) SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_SCALE, (m… argument
39 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name,min,step,mute) unsigned int name[] = { SNDRV_CTL_TLVD_… argument
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/sound/
Dtlv.h38 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min,step,mute) SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_SCALE, (m… argument
39 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name,min,step,mute) unsigned int name[] = { SNDRV_CTL_TLVD_… argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/sound/
H A Dtlv.h26 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min,step,mute) SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_SCALE, (m… argument
27 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name,min,step,mute) unsigned int name[] = { SNDRV_CTL_TLVD_… argument
/aosp_15_r20/prebuilts/vndk/v32/arm/include/bionic/libc/kernel/uapi/sound/
Dtlv.h38 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min,step,mute) SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_SCALE, (m… argument
39 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name,min,step,mute) unsigned int name[] = { SNDRV_CTL_TLVD_… argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/kernel/uapi/sound/
H A Dtlv.h26 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min,step,mute) SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_SCALE, (m… argument
27 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name,min,step,mute) unsigned int name[] = { SNDRV_CTL_TLVD_… argument

12345678910>>...19