| 224 | } |
| 225 | |
| 226 | void init() { |
| 227 | thread_local const DeviceManager& devMngr = DeviceManager::getInstance(); |
| 228 | UNUSED(devMngr); |
| 229 | } |
| 230 | |
| 231 | int getActiveDeviceId() { |
| 232 | // Second element is the queue id, which is |
no outgoing calls
no test coverage detected