Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/commands/vsoc_input_service/
Dvsoc_input_service.cpp80 cuttlefish::SharedFD keyboard_fd; in ProcessEvents() local
85 keyboard_fd = cuttlefish::SharedFD::VsockClient(2, FLAGS_keyboard_port, SOCK_STREAM); in ProcessEvents()
86 if (!keyboard_fd->IsOpen()) { in ProcessEvents()
114 std::thread keyboard_thread([this, keyboard_fd]() { in ProcessEvents()
115 EventLoop(virtual_keyboard_, [keyboard_fd]() { in ProcessEvents()
117 if (keyboard_fd->Read(&event, sizeof(event)) != sizeof(event)) { in ProcessEvents()
118 LOG(FATAL) << "Could not read keyboard event: " << keyboard_fd->StrError(); in ProcessEvents()
/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp79 cuttlefish::SharedFD keyboard_fd, in ConnectionObserverImpl() argument
83 keyboard_client_(keyboard_fd), in ConnectionObserverImpl()
153 cuttlefish::SharedFD touch_fd, cuttlefish::SharedFD keyboard_fd) in CfConnectionObserverFactory() argument
155 keyboard_fd_(keyboard_fd), in CfConnectionObserverFactory()
Dconnection_observer.h32 cuttlefish::SharedFD keyboard_fd);
Dmain.cpp34 DEFINE_int32(keyboard_fd, -1, "An fd to listen on for keyboard connections.");
/device/google/cuttlefish/host/frontend/vnc_server/
Dvirtual_inputs.cpp36 DEFINE_int32(keyboard_fd, -1,