Returns the name of a device without obtaining it. */
| 38 | } |
| 39 | /** Returns the name of a device without obtaining it. */ |
| 40 | virtual std::string getDeviceName(int deviceId) { |
| 41 | return ""; |
| 42 | } |
| 43 | /** Returns the number of inputs of a device without obtaining it. */ |
| 44 | virtual int getDeviceNumInputs(int deviceId) { |
| 45 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected