Searched refs:keyboard_fd (Results 1 – 5 of 5) sorted by relevance
/device/google/cuttlefish/guest/commands/vsoc_input_service/ |
D | vsoc_input_service.cpp | 80 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/ |
D | connection_observer.cpp | 79 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()
|
D | connection_observer.h | 32 cuttlefish::SharedFD keyboard_fd);
|
D | main.cpp | 34 DEFINE_int32(keyboard_fd, -1, "An fd to listen on for keyboard connections.");
|
/device/google/cuttlefish/host/frontend/vnc_server/ |
D | virtual_inputs.cpp | 36 DEFINE_int32(keyboard_fd, -1,
|