Searched refs:touch_fds (Results 1 – 1 of 1) sorted by relevance
47 DEFINE_string(touch_fds, "",128 const auto touch_fds = android::base::Split(FLAGS_touch_fds, ","); in main() local129 CHECK(touch_fds.size() == display_count + instance.touchpad_configs().size()) in main()132 for (int i = 0; i < touch_fds.size(); i++) { in main()134 CHECK(android::base::ParseInt(touch_fds[i], &touch_fd)) in main()135 << "Invalid touch_fd: " << touch_fds[i]; in main()