Home
last modified time | relevance | path

Searched defs:unmute (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dvc.rs39 fn unmute(self: Pin<&mut VolumeControlIntf>, addr: RawAddress); in unmute() function
256 pub fn unmute(&mut self, addr: RawAddress) { in unmute() method
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothVolumeControl.aidl70 void unmute(in BluetoothDevice device, in AttributionSource attributionSource); in unmute() method
/packages/modules/Bluetooth/system/gd/rust/topshim/vc/
Dvc_shim.cc197 void VolumeControlIntf::unmute(RawAddress addr) { in unmute() function in bluetooth::topshim::rust::VolumeControlIntf
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java126 public void unmute(BluetoothDevice device) { in unmute() method in VolumeControlNativeInterface
DVolumeControlService.java712 public void unmute(BluetoothDevice device) { in unmute() method in VolumeControlService
1645 public void unmute(BluetoothDevice device, AttributionSource source) { in unmute() method in VolumeControlService.BluetoothVolumeControlBinder