Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/commands/vsoc_input_service/
Dvsoc_input_service.cpp81 cuttlefish::SharedFD touch_fd; in ProcessEvents() local
93 touch_fd = cuttlefish::SharedFD::VsockClient(2, FLAGS_touch_port, SOCK_STREAM); in ProcessEvents()
94 if (!touch_fd->IsOpen()) { in ProcessEvents()
101 std::thread screen_thread([this, touch_fd]() { in ProcessEvents()
102 EventLoop(virtual_touchscreen_, [touch_fd]() { in ProcessEvents()
104 if (touch_fd->Read(&event, sizeof(event)) != sizeof(event)) { in ProcessEvents()
105 LOG(FATAL) << "Could not read touch event: " << touch_fd->StrError(); in ProcessEvents()
/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp78 ConnectionObserverImpl(cuttlefish::SharedFD touch_fd, in ConnectionObserverImpl() argument
82 : touch_client_(touch_fd), in ConnectionObserverImpl()
153 cuttlefish::SharedFD touch_fd, cuttlefish::SharedFD keyboard_fd) in CfConnectionObserverFactory() argument
154 : touch_fd_(touch_fd), in CfConnectionObserverFactory()
Dconnection_observer.h31 CfConnectionObserverFactory(cuttlefish::SharedFD touch_fd,
Dmain.cpp33 DEFINE_int32(touch_fd, -1, "An fd to listen on for touch connections.");
/device/google/cuttlefish/host/frontend/vnc_server/
Dvirtual_inputs.cpp33 DEFINE_int32(touch_fd, -1,