| 42 | |
| 43 | static const char* static_name() { return "NullDevice"; } |
| 44 | virtual const char* name() const override { return static_name(); } |
| 45 | static AudioNodeDescriptor * desc(); |
| 46 | |
| 47 | // AudioNode Interface |
nothing calls this directly
no outgoing calls
no test coverage detected