Searched refs:DisconnectDevice (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/btif/avrcp/ |
D | avrcp_service.h | 66 void DisconnectDevice(const RawAddress& bdaddr); 90 bool DisconnectDevice(const RawAddress& bdaddr) override;
|
D | avrcp_service.cc | 519 void AvrcpService::DisconnectDevice(const RawAddress& bdaddr) { in DisconnectDevice() function in bluetooth::avrcp::AvrcpService 524 connection_handler_->DisconnectDevice(bdaddr); in DisconnectDevice() 641 bool AvrcpService::ServiceInterfaceImpl::DisconnectDevice(const RawAddress& bdaddr) { in DisconnectDevice() function in bluetooth::avrcp::AvrcpService::ServiceInterfaceImpl 645 base::BindOnce(&AvrcpService::DisconnectDevice, base::Unretained(instance_), bdaddr)); in DisconnectDevice()
|
/packages/modules/Bluetooth/system/profile/avrcp/ |
D | connection_handler.h | 112 virtual bool DisconnectDevice(const RawAddress& bdaddr);
|
D | connection_handler.cc | 172 bool ConnectionHandler::DisconnectDevice(const RawAddress& bdaddr) { in DisconnectDevice() function in bluetooth::avrcp::ConnectionHandler 400 DisconnectDevice(*peer_addr); in AcceptorControlCb()
|
/packages/modules/Bluetooth/system/include/hardware/avrcp/ |
D | avrcp.h | 208 virtual bool DisconnectDevice(const RawAddress& bdaddr) = 0;
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | lib.rs | 154 DisconnectDevice(BluetoothDevice), enumerator 520 Message::DisconnectDevice(addr) => { in dispatch()
|
D | bluetooth_media.rs | 1322 let _ = txl.send(Message::DisconnectDevice(device)).await; in disconnect_device()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/ |
D | btav_shim.cc | 370 uint32_t AvrcpIntf::disconnect(RawAddress addr) { return intf_->DisconnectDevice(addr); } in disconnect()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | client.cc | 829 DisconnectDevice(leAudioDevice, true, recovery); in OnLeAudioDeviceSetStateTimeout() 2140 DisconnectDevice(leAudioDevice, force_acl_disconnect); in Disconnect() 2146 DisconnectDevice(leAudioDevice); in Disconnect() 2153 DisconnectDevice(leAudioDevice); in Disconnect() 2165 void DisconnectDevice(LeAudioDevice* leAudioDevice, bool acl_force_disconnect = false, in DisconnectDevice() function in __anon432cb1ce0111::LeAudioClientImpl 2615 DisconnectDevice(leAudioDevice); in RegisterKnownNotifications() 3135 DisconnectDevice(leAudioDevice); in disconnectInvalidDevice() 3156 DisconnectDevice(leAudioDevice); in OnServiceSearchComplete() 5978 DisconnectDevice(device, force_acl_disconnect); in HandlePendingDeviceRemove() 5995 DisconnectDevice(leAudioDevice, force_acl_disconnect); in HandlePendingDeviceDisconnection()
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_rc_test.cc | 57 bool AvrcpService::ServiceInterfaceImpl::DisconnectDevice(const RawAddress& /*bdaddr*/) { in DisconnectDevice() function in bluetooth::avrcp::AvrcpService::ServiceInterfaceImpl
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_avrcp_target.cpp | 358 return sServiceInterface->DisconnectDevice(bdaddr) == true ? JNI_TRUE : JNI_FALSE; in disconnectDeviceNative()
|