Searched defs:TouchDevice (Results 1 – 1 of 1) sorted by relevance
131 class TouchDevice { class133 TouchDevice(std::unique_ptr<InputSocket> s) : socket_(std::move(s)) {} in TouchDevice() function in cuttlefish::TouchDevice