Returns the name of an input device without obtaining it. */
| 114 | } |
| 115 | /** Returns the name of an input device without obtaining it. */ |
| 116 | virtual std::string getInputDeviceName(int deviceId) { |
| 117 | return ""; |
| 118 | } |
| 119 | /** Adds the given port as a reference holder of a device and returns the it. |
| 120 | Creates the Device if no ports are subscribed before calling. |
| 121 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected