Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc539 instance_->connection_handler_->GetListOfDevices()) { in SendMediaUpdate()
553 instance_->connection_handler_->GetListOfDevices()) { in SendFolderUpdate()
590 instance_->connection_handler_->GetListOfDevices()) { in SendPlayerSettingsChanged()
673 for (const auto& device : handler->GetListOfDevices()) { in IsDeviceConnected()
718 auto device_list = handler->GetListOfDevices(); in DebugDump()
/packages/modules/Bluetooth/system/profile/avrcp/
Dconnection_handler.h124 virtual std::vector<std::shared_ptr<Device>> GetListOfDevices() const;
Dconnection_handler.cc179 std::vector<std::shared_ptr<Device>> ConnectionHandler::GetListOfDevices() in GetListOfDevices() function in bluetooth::avrcp::ConnectionHandler