Searched refs:ConnectDevice (Results 1 – 7 of 7) sorted by relevance
59 void ConnectDevice(const RawAddress& bdaddr);73 bool ConnectDevice(const RawAddress& bdaddr) override;
333 void AvrcpService::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice() function in bluetooth::avrcp::AvrcpService336 connection_handler_->ConnectDevice(bdaddr); in ConnectDevice()411 bool AvrcpService::ServiceInterfaceImpl::ConnectDevice( in ConnectDevice() function in bluetooth::avrcp::AvrcpService::ServiceInterfaceImpl415 do_in_main_thread(FROM_HERE, base::Bind(&AvrcpService::ConnectDevice, in ConnectDevice()
101 virtual bool ConnectDevice(const RawAddress& bdaddr);
108 bool ConnectionHandler::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice() function in bluetooth::avrcp::ConnectionHandler
179 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()
3009 bluetooth::avrcp::AvrcpService::Get()->ConnectDevice( in bta_av_open_rc()