Searched refs:keychords (Results 1 - 2 of 2) sorted by relevance

/system/core/init/
H A Dkeychords.c30 static struct input_keychord *keychords = 0; variable in typeref:struct:input_keychord
43 keychords = realloc(keychords, keychords_length + size);
44 if (!keychords) {
45 ERROR("could not allocate keychords\n");
51 keychord = (struct input_keychord *)((char *)keychords + keychords_length);
71 /* nothing to do if no services require keychords */
72 if (!keychords)
82 ret = write(fd, keychords, keychords_length);
89 free(keychords);
[all...]
H A DAndroid.mk13 keychords.c \

Completed in 59 milliseconds