| 117 | int getDeviceCount() { return DeviceManager::NUM_DEVICES; } |
| 118 | |
| 119 | void init() { |
| 120 | thread_local const auto& instance = DeviceManager::getInstance(); |
| 121 | UNUSED(instance); |
| 122 | } |
| 123 | |
| 124 | // Get the currently active device id |
| 125 | unsigned getActiveDeviceId() { return DeviceManager::ACTIVE_DEVICE_ID; } |
no outgoing calls