/packages/modules/Bluetooth/system/gd/rust/topshim/vc/ |
D | vc_shim.cc | 57 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
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlNativeCallback.java | 82 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()
|
D | VolumeControlNativeInterface.java | 69 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()
|
D | VolumeControlInputDescriptor.java | 194 void onStateChanged(int id, int gainSetting, @Mute int mute, @GainMode int gainMode) { in onStateChanged() 248 boolean setMute(int id, @Mute int mute) { in setMute()
|
D | VolumeControlService.java | 757 public void mute(BluetoothDevice device) { in mute() method in VolumeControlService 896 void updateGroupCacheAndAudioSystem(int groupId, int volume, boolean mute, boolean showInUI) { in updateGroupCacheAndAudioSystem() 973 boolean mute, in handleVolumeControlChanged()
|
D | VolumeControlServiceBinder.java | 233 public void mute(BluetoothDevice device, AttributionSource source) { in mute() method in VolumeControlServiceBinder 524 AttributionSource source, BluetoothDevice device, int instanceId, @Mute int mute) { in setAudioInputMute()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_vc.cc | 72 void OnVolumeStateChanged(const RawAddress& address, uint8_t volume, bool mute, uint8_t flags, in OnVolumeStateChanged() 78 void OnGroupVolumeStateChanged(int group_id, uint8_t volume, bool mute, in OnGroupVolumeStateChanged() 113 int8_t gain_setting, ::Mute mute, ::GainMode gain_mode) override { in OnExtAudioInStateChanged() 402 bool SetExtAudioInMute(const RawAddress& address, uint8_t ext_input_id, ::Mute mute) override { in SetExtAudioInMute()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IAudioInputCallback.aidl | 27 void onStateChanged(int gainSetting, int mute, int gainMode); in onStateChanged()
|
D | IBluetoothVolumeControl.aidl | 61 void mute(in BluetoothDevice device, in AttributionSource attributionSource); in mute() method 121 …tMute(in AttributionSource attributionSource, in BluetoothDevice device, int instanceId, int mute); in setAudioInputMute()
|
/packages/services/Car/service/src/com/android/car/audio/ |
D | CarVolumeGroup.java | 282 private void setHalMuteLocked(boolean mute) { in setHalMuteLocked() 766 boolean setMute(boolean mute) { in setMute() 778 boolean setMuteLocked(boolean mute) { in setMuteLocked() 790 protected boolean saveMuteStateToSettingsLocked(boolean mute) { in saveMuteStateToSettingsLocked() 800 protected void applyMuteLocked(boolean mute) { in applyMuteLocked()
|
D | CarAudioPolicyVolumeCallback.java | 221 void onMuteChange(boolean mute, int zoneId, int groupId, int flags); in onMuteChange()
|
D | CoreAudioVolumeGroup.java | 159 protected void applyMuteLocked(boolean mute) { in applyMuteLocked()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/ |
D | VolumeControlServiceBinderTest.java | 153 public void mute() { in mute() method in VolumeControlServiceBinderTest 286 int mute = 2; in setAudioInputMute() local
|
D | VolumeControlInputDescriptorTest.java | 151 @Mute int mute = bluetooth.constants.aics.Mute.MUTED; in setState_withValidIdAndCorrectSettings_valueIsUpdated() local
|
D | VolumeControlNativeCallbackTest.java | 164 int mute = 0; in onExtAudioInStateChanged() local
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | AudioInputControl.java | 346 default void onMuteChanged(@Mute int mute) {} in onMuteChanged() 690 public boolean setMute(@MuteSettable int mute) { in setMute()
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | vcp.proto | 64 int32 mute = 2; field
|
/packages/modules/Nfc/NfcNci/testutils/pn532/nfcutils/ |
D | reader.py | 75 def mute(self): member in Reader
|
/packages/apps/Dialer/java/com/android/incallui/call/ |
D | TelecomAdapter.java | 73 public void mute(boolean shouldMute) { in mute() method in TelecomAdapter
|
/packages/modules/Nfc/NfcNci/testutils/pn532/ |
D | casimir.py | 150 def mute(self): member in Casimir
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | devices.h | 45 bool mute; variable
|
D | vc.cc | 492 uint8_t mute; in OnVolumeControlStateReadOrNotified() local 614 uint8_t mute; in OnExtAudioInputStateChanged() local 945 bool IsMuteOrUnmuteRequired(VolumeControlDevice* dev, bool mute) { in IsMuteOrUnmuteRequired() 1125 void MuteUnmute(std::variant<RawAddress, int> addr_or_group_id, bool mute) { in MuteUnmute() 1508 bluetooth::aics::Mute mute) override { in SetExtAudioInMute()
|
/packages/modules/Nfc/NfcNci/testutils/pn532/src/com/android/nfc/pn532/ |
D | PN532.kt | 146 fun mute() { in <lambda>() method
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | vc.rs | 38 fn mute(self: Pin<&mut VolumeControlIntf>, addr: RawAddress); in mute() function 250 pub fn mute(&mut self, addr: RawAddress) { in mute() method
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_vc.cpp | 96 void OnVolumeStateChanged(const RawAddress& bd_addr, uint8_t volume, bool mute, uint8_t flags, in OnVolumeStateChanged() 119 void OnGroupVolumeStateChanged(int group_id, uint8_t volume, bool mute, in OnGroupVolumeStateChanged() 231 int8_t gain_setting, Mute mute, GainMode gain_mode) override { in OnExtAudioInStateChanged() 898 jint ext_input_id, jint mute) { in setExtAudioInMuteNative()
|