Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/testutils/pn532/nfcutils/
Dreader.py79 def unmute(self): member in Reader
/packages/modules/Nfc/NfcNci/testutils/pn532/
Dcasimir.py143 def unmute(self): member in Casimir
Dpn532.py459 def unmute(self, auto_rf_ca=False): member in PN532
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dvc.rs39 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/
DVolumeControlServiceBinderTest.java166 public void unmute() { in unmute() method in VolumeControlServiceBinderTest
/packages/modules/Bluetooth/system/bta/vc/
Dvc_test.cc1871 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/
Dvc_shim.cc222 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/
DIBluetoothVolumeControl.aidl66 void unmute(in BluetoothDevice device, in AttributionSource attributionSource); in unmute() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java77 void unmute(BluetoothDevice device) { in unmute() method in VolumeControlNativeInterface
DVolumeControlServiceBinder.java253 public void unmute(BluetoothDevice device, AttributionSource source) { in unmute() method in VolumeControlServiceBinder
DVolumeControlService.java772 public void unmute(BluetoothDevice device) { in unmute() method in VolumeControlService