Home
last modified time | relevance | path

Searched refs:GetListOfDevices (Results 1 – 3 of 3) sorted by relevance

/system/bt/profile/avrcp/
Dconnection_handler.h113 virtual std::vector<std::shared_ptr<Device>> GetListOfDevices() const;
Dconnection_handler.cc151 std::vector<std::shared_ptr<Device>> ConnectionHandler::GetListOfDevices() in GetListOfDevices() function in bluetooth::avrcp::ConnectionHandler
/system/bt/btif/avrcp/
Davrcp_service.cc354 instance_->connection_handler_->GetListOfDevices()) { in SendMediaUpdate()
369 instance_->connection_handler_->GetListOfDevices()) { in SendFolderUpdate()
456 auto device_list = instance_->connection_handler_->GetListOfDevices(); in DebugDump()