Home
last modified time | relevance | path

Searched refs:touch_fd (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp133 int touch_fd; in main() local
134 CHECK(android::base::ParseInt(touch_fds[i], &touch_fd)) in main()
141 auto touch_shared_fd = cuttlefish::SharedFD::Dup(touch_fd); in main()
147 close(touch_fd); in main()