| 57 | } |
| 58 | |
| 59 | bool AudioWorker::waitForData() { |
| 60 | std::lock_guard<std::mutex> lock(m_mtx); |
| 61 | return m_socket->waitUntilReady(true, 50); |
| 62 | } |
| 63 | |
| 64 | void AudioWorker::run() { |
| 65 | traceScope(); |
nothing calls this directly
no outgoing calls
no test coverage detected