OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:keychord
(Results
1 - 3
of
3
) sorted by null
/external/kernel-headers/original/linux/
keychord.h
26
* One or more input_keychord structs are written to /dev/
keychord
28
* Reading /dev/
keychord
returns the id of a
keychord
when the
29
*
keychord
combination is pressed. A
keychord
is signalled when
32
* The
keychord
will not be signalled if keys not in the keycode
41
* when this
keychord
is pressed.
45
/* number of keycodes in this
keychord
*/
/system/core/init/
init.c
41
#include <linux/
keychord
.h>
717
struct input_keychord *
keychord
;
local
721
/* add a new
keychord
to the list */
722
size = sizeof(*
keychord
) + svc->nkeycodes * sizeof(
keychord
->keycodes[0]);
731
keychord
= (struct input_keychord *)((char *)keychords + keychords_length);
732
keychord
->version = KEYCHORD_VERSION;
733
keychord
->id = keychords_count + 1;
734
keychord
->count = svc->nkeycodes;
735
svc->keychord_id =
keychord
->id
[
all
...]
init.h
144
/* keycodes for triggering this service via /dev/
keychord
*/
Completed in 67 milliseconds