Searched refs:ConnectDevice (Results 1 – 7 of 7) sorted by relevance
63 void ConnectDevice(const RawAddress& bdaddr);81 bool ConnectDevice(const RawAddress& bdaddr) override;
382 void AvrcpService::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice() function in bluetooth::avrcp::AvrcpService385 connection_handler_->ConnectDevice(bdaddr); in ConnectDevice()476 bool AvrcpService::ServiceInterfaceImpl::ConnectDevice( in ConnectDevice() function in bluetooth::avrcp::AvrcpService::ServiceInterfaceImpl480 do_in_main_thread(FROM_HERE, base::Bind(&AvrcpService::ConnectDevice, in ConnectDevice()
101 virtual bool ConnectDevice(const RawAddress& bdaddr);
111 bool ConnectionHandler::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice() function in bluetooth::avrcp::ConnectionHandler
182 virtual bool ConnectDevice(const RawAddress& bdaddr) = 0;
416 connection_handler_->ConnectDevice(RawAddress::kEmpty); in TEST_F()461 connection_handler_->ConnectDevice(RawAddress::kEmpty); in TEST_F()
2946 bluetooth::avrcp::AvrcpService::Get()->ConnectDevice( in bta_av_open_rc()