Searched refs:touch_fd (Results 1 – 5 of 5) sorted by relevance
/device/google/cuttlefish/guest/commands/vsoc_input_service/ |
D | vsoc_input_service.cpp | 81 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/ |
D | connection_observer.cpp | 78 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()
|
D | connection_observer.h | 31 CfConnectionObserverFactory(cuttlefish::SharedFD touch_fd,
|
D | main.cpp | 33 DEFINE_int32(touch_fd, -1, "An fd to listen on for touch connections.");
|
/device/google/cuttlefish/host/frontend/vnc_server/ |
D | virtual_inputs.cpp | 33 DEFINE_int32(touch_fd, -1,
|