| 16 | : deviceId_{ deviceId } {} |
| 17 | |
| 18 | uint32_t PowerTelemetryAdapter::GetDeviceId() const noexcept |
| 19 | { |
| 20 | return deviceId_; |
| 21 | } |
| 22 | |
| 23 | void PowerTelemetryAdapter::SetTelemetryCapBit(GpuTelemetryCapBits telemetryCapBit) noexcept |
| 24 | { |
no outgoing calls
no test coverage detected