| 7 | struct DriverWrapper { |
| 8 | std::shared_ptr<tt::hal::touch::TouchDriver> driver; |
| 9 | DriverWrapper(std::shared_ptr<tt::hal::touch::TouchDriver> driver) : driver(driver) {} |
| 10 | }; |
| 11 | |
| 12 | static std::shared_ptr<tt::hal::touch::TouchDevice> findValidTouchDevice(tt::hal::Device::Id id) { |
nothing calls this directly
no outgoing calls
no test coverage detected