Home
last modified time | relevance | path

Searched defs:input_event (Results 1 – 8 of 8) sorted by relevance

/third_party/libinput/include/linux/linux/
Dinput.h26 struct input_event { struct
29 #define input_event_sec time.tv_sec argument
37 __u16 type;
38 __u16 code;
39 __s32 value;
/third_party/libinput/include/linux/freebsd/
Dinput.h27 struct input_event { struct
30 #define input_event_sec time.tv_sec argument
38 uint16_t type;
39 uint16_t code;
40 int32_t value;
/third_party/libevdev/include/linux/linux/
Dinput.h26 struct input_event { struct
29 #define input_event_sec time.tv_sec argument
42 __u16 type;
43 __u16 code;
44 __s32 value;
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_android.cpp39 int32_t ImGui_ImplAndroid_HandleInputEvent(AInputEvent* input_event) in ImGui_ImplAndroid_HandleInputEvent()
/third_party/alsa-lib/test/
Dplaymidi1.c368 snd_seq_event_t *input_event; in wait_for_event() local
413 snd_seq_event_t *input_event; in wait_start() local
/third_party/pulseaudio/src/pulsecore/
Diochannel.c57 pa_io_event* input_event, *output_event; member
/third_party/glfw/src/
Dmir_window.c241 static void handleInput(const MirInputEvent* input_event, _GLFWwindow* window) in handleInput()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h73189 struct input_event { struct
73190 __kernel_ulong_t __sec;
73191 __kernel_ulong_t __usec;
73192 __u16 type;
73193 __u16 code;
73194 __s32 value;