Home
last modified time | relevance | path

Searched refs:ConnectDevice (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.h65 void ConnectDevice(const RawAddress& bdaddr);
89 bool ConnectDevice(const RawAddress& bdaddr) override;
Davrcp_service.cc511 void AvrcpService::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice() function in bluetooth::avrcp::AvrcpService
516 connection_handler_->ConnectDevice(bdaddr); in ConnectDevice()
633 bool AvrcpService::ServiceInterfaceImpl::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice() function in bluetooth::avrcp::AvrcpService::ServiceInterfaceImpl
637 base::BindOnce(&AvrcpService::ConnectDevice, base::Unretained(instance_), bdaddr)); in ConnectDevice()
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_avrcp_service.cc39 void bluetooth::avrcp::AvrcpService::ConnectDevice(RawAddress const&) { in ConnectDevice() function in bluetooth::avrcp::AvrcpService
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_connection_handler_test.cc438 connection_handler_->ConnectDevice(RawAddress::kEmpty); in TEST_F()
480 connection_handler_->ConnectDevice(RawAddress::kEmpty); in TEST_F()
569 connection_handler_->ConnectDevice(RawAddress::kAny); in TEST_F()
/packages/modules/Bluetooth/system/profile/avrcp/
Dconnection_handler.h102 virtual bool ConnectDevice(const RawAddress& bdaddr);
Dconnection_handler.cc127 bool ConnectionHandler::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice() function in bluetooth::avrcp::ConnectionHandler
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp.h207 virtual bool ConnectDevice(const RawAddress& bdaddr) = 0;
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc369 uint32_t AvrcpIntf::connect(RawAddress addr) { return intf_->ConnectDevice(addr); } in connect()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_rc_test.cc54 bool AvrcpService::ServiceInterfaceImpl::ConnectDevice(const RawAddress& /*bdaddr*/) { in ConnectDevice() function in bluetooth::avrcp::AvrcpService::ServiceInterfaceImpl
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp338 return sServiceInterface->ConnectDevice(bdaddr) == true ? JNI_TRUE : JNI_FALSE; in connectDeviceNative()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc2937 bluetooth::avrcp::AvrcpService::Get()->ConnectDevice(p_scb->PeerAddress()); in bta_av_open_rc()
2949 bluetooth::avrcp::AvrcpService::Get()->ConnectDevice(p_scb->PeerAddress()); in bta_av_open_rc()