(&self)
| 112 | |
| 113 | impl SystemControl for V4l2System { |
| 114 | unsafe fn force_reset(&self) -> Result<()> { |
| 115 | Ok(()) |
| 116 | } |
| 117 | |
| 118 | fn set_trigger(&self, config: TriggerConfig) -> Result<()> { |
| 119 | if config.mode == TriggerMode::Off { |
nothing calls this directly
no outgoing calls
no test coverage detected