Home
last modified time | relevance | path

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

/system/bt/btif/avrcp/
Davrcp_service.h59 void ConnectDevice(const RawAddress& bdaddr);
73 bool ConnectDevice(const RawAddress& bdaddr) override;
Davrcp_service.cc333 void AvrcpService::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice() function in bluetooth::avrcp::AvrcpService
336 connection_handler_->ConnectDevice(bdaddr); in ConnectDevice()
411 bool AvrcpService::ServiceInterfaceImpl::ConnectDevice( in ConnectDevice() function in bluetooth::avrcp::AvrcpService::ServiceInterfaceImpl
415 do_in_main_thread(FROM_HERE, base::Bind(&AvrcpService::ConnectDevice, in ConnectDevice()
/system/bt/profile/avrcp/
Dconnection_handler.h101 virtual bool ConnectDevice(const RawAddress& bdaddr);
Dconnection_handler.cc108 bool ConnectionHandler::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice() function in bluetooth::avrcp::ConnectionHandler
/system/bt/include/hardware/avrcp/
Davrcp.h179 virtual bool ConnectDevice(const RawAddress& bdaddr) = 0;
/system/bt/profile/avrcp/tests/
Davrcp_connection_handler_test.cc416 connection_handler_->ConnectDevice(RawAddress::kEmpty); in TEST_F()
461 connection_handler_->ConnectDevice(RawAddress::kEmpty); in TEST_F()
/system/bt/bta/av/
Dbta_av_aact.cc3009 bluetooth::avrcp::AvrcpService::Get()->ConnectDevice( in bta_av_open_rc()