Home
last modified time | relevance | path

Searched refs:keyboard_interface (Results 1 – 2 of 2) sorted by relevance

/external/wayland/patches/
D0006-client-Log-unknown-messages-through-the-observer-API.diff202 +static const struct wl_keyboard_interface keyboard_interface = { 0 };
220 + wl_resource_set_implementation(keyboard_res, &keyboard_interface, NULL,
/external/wayland/tests/
Dprotocol-logger-test.c626 static const struct wl_keyboard_interface keyboard_interface = { 0 }; variable
644 wl_resource_set_implementation(keyboard_res, &keyboard_interface, NULL, in seat_get_keyboard()