| 117 | } |
| 118 | |
| 119 | bool AudioHardwareDeviceNode::isRunning() const |
| 120 | { |
| 121 | return m_platformAudioDevice->isRunning(); |
| 122 | } |
| 123 | |
| 124 | const SamplingInfo & AudioHardwareDeviceNode::getSamplingInfo() const |
| 125 | { |
nothing calls this directly
no outgoing calls
no test coverage detected