Home
last modified time | relevance | path

Searched refs:DisconnectDevice (Results 1 – 5 of 5) sorted by relevance

/system/bt/btif/avrcp/
Davrcp_service.h64 void DisconnectDevice(const RawAddress& bdaddr);
82 bool DisconnectDevice(const RawAddress& bdaddr) override;
Davrcp_service.cc388 void AvrcpService::DisconnectDevice(const RawAddress& bdaddr) { in DisconnectDevice() function in bluetooth::avrcp::AvrcpService
390 connection_handler_->DisconnectDevice(bdaddr); in DisconnectDevice()
485 bool AvrcpService::ServiceInterfaceImpl::DisconnectDevice( in DisconnectDevice() function in bluetooth::avrcp::AvrcpService::ServiceInterfaceImpl
489 do_in_main_thread(FROM_HERE, base::Bind(&AvrcpService::DisconnectDevice, in DisconnectDevice()
/system/bt/profile/avrcp/
Dconnection_handler.h111 virtual bool DisconnectDevice(const RawAddress& bdaddr);
Dconnection_handler.cc141 bool ConnectionHandler::DisconnectDevice(const RawAddress& bdaddr) { in DisconnectDevice() function in bluetooth::avrcp::ConnectionHandler
/system/bt/include/hardware/avrcp/
Davrcp.h183 virtual bool DisconnectDevice(const RawAddress& bdaddr) = 0;