Home
last modified time | relevance | path

Searched refs:KeyboardSink (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/libsource/include/source/
DKeyboardSink.h27 struct KeyboardSink { struct
28 explicit KeyboardSink(std::shared_ptr<RunLoop> runLoop, int serverFd,
30 ~KeyboardSink() = default;
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/
DServerState.h37 using KeyboardSink = android::KeyboardSink; member
49 std::shared_ptr<KeyboardSink> getKeyboardSink();
74 std::shared_ptr<KeyboardSink> mKeyboardSink;
DMyWebSocketHandler.h59 using KeyboardSink = android::KeyboardSink; member
75 std::shared_ptr<KeyboardSink> mKeyboardSink;
/device/google/cuttlefish/host/frontend/gcastv2/libsource/
DKeyboardSink.cpp25 KeyboardSink::KeyboardSink(std::shared_ptr<RunLoop> runLoop, int serverFd, in KeyboardSink() function in android::KeyboardSink
30 void KeyboardSink::injectEvent(bool down, uint16_t code) { in injectEvent()
DAndroid.bp20 "KeyboardSink.cpp",
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DServerState.cpp81 auto keyboardSink = std::make_shared<android::KeyboardSink>( in ServerState()
156 std::shared_ptr<android::KeyboardSink> ServerState::getKeyboardSink() { in getKeyboardSink()