Searched refs:supported_device_names (Results 1 – 2 of 2) sorted by relevance
58 const std::vector<std::string> Driver::supported_device_names() in supported_device_names() function in pps::Driver60 std::vector<std::string> supported_device_names; in supported_device_names() local63 supported_device_names.emplace_back(entry.first); in supported_device_names()66 return supported_device_names; in supported_device_names()84 auto supported_devices = Driver::supported_device_names(); in default_driver_name()97 auto supported_devices = Driver::supported_device_names(); in find_driver_name()
30 static const std::vector<std::string> supported_device_names();