Searched refs:SendKeyboardEvent (Results 1 – 4 of 4) sorted by relevance
53 Result<void> SendKeyboardEvent(uint16_t code, bool down) override;112 Result<void> HostVirtualInputEventSink::SendKeyboardEvent(uint16_t code, in SendKeyboardEvent() function in cuttlefish::confui::HostVirtualInputEventSink115 CF_EXPECT(android_mode_input_->SendKeyboardEvent(code, down)); in SendKeyboardEvent()
57 Result<void> SendKeyboardEvent(uint16_t code, bool down) override;124 Result<void> EventSinkImpl::SendKeyboardEvent(uint16_t code, bool down) { in SendKeyboardEvent() function in cuttlefish::EventSinkImpl
52 virtual Result<void> SendKeyboardEvent(uint16_t code, bool down) = 0;
128 CF_EXPECT(input_events_sink_->SendKeyboardEvent(code, down)); in OnKeyboardEvent()