HomeSort by relevance Sort by last modified time
    Searched full:keychord (Results 1 - 4 of 4) sorted by null

  /external/kernel-headers/original/uapi/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/
keychords.cpp 23 #include <linux/keychord.h>
38 struct input_keychord *keychord; local
42 /* add a new keychord to the list */
43 size = sizeof(*keychord) + svc->keycodes().size() * sizeof(keychord->keycodes[0]);
52 keychord = (struct input_keychord *)((char *)keychords + keychords_length);
53 keychord->version = KEYCHORD_VERSION;
54 keychord->id = keychords_count + 1;
55 keychord->count = svc->keycodes().size();
56 svc->set_keychord_id(keychord->id)
    [all...]
service.h 151 // keycodes for triggering this service via /dev/keychord
  /system/sepolicy/
init.te 260 # e.g. /dev/keychord.
265 # keychord configuration

Completed in 301 milliseconds