| 162 | bool IsDeleted() const { return mDeleted; } |
| 163 | virtual bool ShouldClipContents() { return true; } |
| 164 | bool CanReceiveAudio() { return mCanReceiveAudio; } |
| 165 | bool CanReceiveNotes() { return mCanReceiveNotes; } |
| 166 | bool CanReceivePulses() { return mCanReceivePulses; } |
| 167 | virtual bool ShouldSuppressAutomaticOutputCable() { return false; } |
no outgoing calls
no test coverage detected