MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / devicePresent

Function devicePresent

src/core/DeviceDiagnostics.cpp:154–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154bool devicePresent(const QList<QAudioDevice>& devices, const QAudioDevice& selected)
155{
156 for (const QAudioDevice& device : devices) {
157 if (sameDevice(device, selected))
158 return true;
159 }
160 return false;
161}
162
163bool deviceIdPresent(const QList<QAudioDevice>& devices, const QByteArray& id)
164{

Callers 2

Calls 1

sameDeviceFunction · 0.85

Tested by

no test coverage detected