/packages/modules/Nfc/NfcNci/testutils/pn532/nfcutils/ |
D | reader.py | 79 def unmute(self): member in Reader
|
/packages/modules/Nfc/NfcNci/testutils/pn532/ |
D | casimir.py | 143 def unmute(self): member in Casimir
|
D | pn532.py | 459 def unmute(self, auto_rf_ca=False): member in PN532
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | vc.rs | 39 fn unmute(self: Pin<&mut VolumeControlIntf>, addr: RawAddress); in unmute() function 255 pub fn unmute(&mut self, addr: RawAddress) { in unmute() method
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/ |
D | VolumeControlServiceBinderTest.java | 166 public void unmute() { in unmute() method in VolumeControlServiceBinderTest
|
/packages/modules/Bluetooth/system/bta/vc/ |
D | vc_test.cc | 1871 const std::vector<uint8_t> unmute({0x05, /*change_cnt*/ 2}); in TEST_F() local 1918 const std::vector<uint8_t> unmute({0x05, /*change_cnt*/ 2}); in TEST_F() local 1972 const std::vector<uint8_t> unmute({0x05, /*change_cnt*/ 3}); in TEST_F() local 2069 const std::vector<uint8_t> unmute({0x05, /*change_cnt*/ 1}); in TEST_F() local 2286 std::vector<uint8_t> unmute({0x02, 0x00}); // 0x02 is the opcode for UnMute in TEST_F() local
|
/packages/modules/Bluetooth/system/gd/rust/topshim/vc/ |
D | vc_shim.cc | 222 void VolumeControlIntf::unmute(RawAddress addr) { return intf_->Unmute(addr); } in unmute() function in bluetooth::topshim::rust::VolumeControlIntf
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothVolumeControl.aidl | 66 void unmute(in BluetoothDevice device, in AttributionSource attributionSource); in unmute() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlNativeInterface.java | 77 void unmute(BluetoothDevice device) { in unmute() method in VolumeControlNativeInterface
|
D | VolumeControlServiceBinder.java | 253 public void unmute(BluetoothDevice device, AttributionSource source) { in unmute() method in VolumeControlServiceBinder
|
D | VolumeControlService.java | 772 public void unmute(BluetoothDevice device) { in unmute() method in VolumeControlService
|