Home
last modified time | relevance | path

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

/system/bt/btif/avrcp/
Davrcp_service.h63 void ConnectDevice(const RawAddress& bdaddr);
81 bool ConnectDevice(const RawAddress& bdaddr) override;
Davrcp_service.cc382 void AvrcpService::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice() function in bluetooth::avrcp::AvrcpService
385 connection_handler_->ConnectDevice(bdaddr); in ConnectDevice()
476 bool AvrcpService::ServiceInterfaceImpl::ConnectDevice( in ConnectDevice() function in bluetooth::avrcp::AvrcpService::ServiceInterfaceImpl
480 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.cc111 bool ConnectionHandler::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice() function in bluetooth::avrcp::ConnectionHandler
/system/bt/include/hardware/avrcp/
Davrcp.h182 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.cc2946 bluetooth::avrcp::AvrcpService::Get()->ConnectDevice( in bta_av_open_rc()