Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.h64 void ConnectDevice(const RawAddress& bdaddr);
92 bool ConnectDevice(const RawAddress& bdaddr) override;
Davrcp_service.cc514 void AvrcpService::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice() function in bluetooth::avrcp::AvrcpService
517 connection_handler_->ConnectDevice(bdaddr); in ConnectDevice()
641 bool AvrcpService::ServiceInterfaceImpl::ConnectDevice( in ConnectDevice() function in bluetooth::avrcp::AvrcpService::ServiceInterfaceImpl
646 base::BindOnce(&AvrcpService::ConnectDevice, in ConnectDevice()
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_avrcp_service.cc39 void bluetooth::avrcp::AvrcpService::ConnectDevice(RawAddress const&) { in ConnectDevice() function in bluetooth::avrcp::AvrcpService
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_connection_handler_test.cc433 connection_handler_->ConnectDevice(RawAddress::kEmpty); in TEST_F()
478 connection_handler_->ConnectDevice(RawAddress::kEmpty); in TEST_F()
572 connection_handler_->ConnectDevice(RawAddress::kAny); in TEST_F()
/packages/modules/Bluetooth/system/profile/avrcp/
Dconnection_handler.h104 virtual bool ConnectDevice(const RawAddress& bdaddr);
Dconnection_handler.cc128 bool ConnectionHandler::ConnectDevice(const RawAddress& bdaddr) { in ConnectDevice() function in bluetooth::avrcp::ConnectionHandler
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp.h211 virtual bool ConnectDevice(const RawAddress& bdaddr) = 0;
/packages/modules/Bluetooth/system/btif/test/
Dbtif_rc_test.cc55 bool AvrcpService::ServiceInterfaceImpl::ConnectDevice( in ConnectDevice() function in bluetooth::avrcp::AvrcpService::ServiceInterfaceImpl
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc360 return intf_->ConnectDevice(addr); in connect()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_target.cpp326 return sServiceInterface->ConnectDevice(bdaddr) == true ? JNI_TRUE in connectDeviceNative()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc3004 bluetooth::avrcp::AvrcpService::Get()->ConnectDevice( in bta_av_open_rc()
3017 bluetooth::avrcp::AvrcpService::Get()->ConnectDevice( in bta_av_open_rc()