| 153 | return ONI_STATUS_OK; |
| 154 | } |
| 155 | void VideoStream::stop() |
| 156 | { |
| 157 | driver_dev->stop(); |
| 158 | running = false; |
| 159 | } |
| 160 | |
| 161 | // only add to property handlers if the property is generic to all children |
| 162 | // otherwise, implement in child and call these in default case |
nothing calls this directly
no outgoing calls
no test coverage detected