Searched refs:ConnectDevice (Results 1 – 11 of 11) sorted by relevance
65 void ConnectDevice(const RawAddress& bdaddr);89 bool ConnectDevice(const RawAddress& bdaddr) override;
511 void AvrcpService::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice() function in bluetooth::avrcp::AvrcpService516 connection_handler_->ConnectDevice(bdaddr); in ConnectDevice()633 bool AvrcpService::ServiceInterfaceImpl::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice() function in bluetooth::avrcp::AvrcpService::ServiceInterfaceImpl637 base::BindOnce(&AvrcpService::ConnectDevice, base::Unretained(instance_), bdaddr)); in ConnectDevice()
39 void bluetooth::avrcp::AvrcpService::ConnectDevice(RawAddress const&) { in ConnectDevice() function in bluetooth::avrcp::AvrcpService
438 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()
102 virtual bool ConnectDevice(const RawAddress& bdaddr);
127 bool ConnectionHandler::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice() function in bluetooth::avrcp::ConnectionHandler
207 virtual bool ConnectDevice(const RawAddress& bdaddr) = 0;
369 uint32_t AvrcpIntf::connect(RawAddress addr) { return intf_->ConnectDevice(addr); } in connect()
54 bool AvrcpService::ServiceInterfaceImpl::ConnectDevice(const RawAddress& /*bdaddr*/) { in ConnectDevice() function in bluetooth::avrcp::AvrcpService::ServiceInterfaceImpl
338 return sServiceInterface->ConnectDevice(bdaddr) == true ? JNI_TRUE : JNI_FALSE; in connectDeviceNative()
2937 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()