Home
last modified time | relevance | path

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

12

/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
/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()
DVolumeControlInputDescriptor.java194 void onStateChanged(int id, int gainSetting, @Mute int mute, @GainMode int gainMode) { in onStateChanged()
248 boolean setMute(int id, @Mute int mute) { in setMute()
DVolumeControlService.java757 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()
DVolumeControlServiceBinder.java233 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/
Dbtif_vc.cc72 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/
DIAudioInputCallback.aidl27 void onStateChanged(int gainSetting, int mute, int gainMode); in onStateChanged()
DIBluetoothVolumeControl.aidl61 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/
DCarVolumeGroup.java282 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()
DCarAudioPolicyVolumeCallback.java221 void onMuteChange(boolean mute, int zoneId, int groupId, int flags); in onMuteChange()
DCoreAudioVolumeGroup.java159 protected void applyMuteLocked(boolean mute) { in applyMuteLocked()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceBinderTest.java153 public void mute() { in mute() method in VolumeControlServiceBinderTest
286 int mute = 2; in setAudioInputMute() local
DVolumeControlInputDescriptorTest.java151 @Mute int mute = bluetooth.constants.aics.Mute.MUTED; in setState_withValidIdAndCorrectSettings_valueIsUpdated() local
DVolumeControlNativeCallbackTest.java164 int mute = 0; in onExtAudioInStateChanged() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DAudioInputControl.java346 default void onMuteChanged(@Mute int mute) {} in onMuteChanged()
690 public boolean setMute(@MuteSettable int mute) { in setMute()
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dvcp.proto64 int32 mute = 2; field
/packages/modules/Nfc/NfcNci/testutils/pn532/nfcutils/
Dreader.py75 def mute(self): member in Reader
/packages/apps/Dialer/java/com/android/incallui/call/
DTelecomAdapter.java73 public void mute(boolean shouldMute) { in mute() method in TelecomAdapter
/packages/modules/Nfc/NfcNci/testutils/pn532/
Dcasimir.py150 def mute(self): member in Casimir
/packages/modules/Bluetooth/system/bta/vc/
Ddevices.h45 bool mute; variable
Dvc.cc492 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/
DPN532.kt146 fun mute() { in <lambda>() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dvc.rs38 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/
Dcom_android_bluetooth_vc.cpp96 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()

12