Returns the default device to use when the driver is selected, or -1 for none. */
| 34 | } |
| 35 | /** Returns the default device to use when the driver is selected, or -1 for none. */ |
| 36 | virtual int getDefaultDeviceId() { |
| 37 | return -1; |
| 38 | } |
| 39 | /** Returns the name of a device without obtaining it. */ |
| 40 | virtual std::string getDeviceName(int deviceId) { |
| 41 | return ""; |
nothing calls this directly
no outgoing calls
no test coverage detected