HomeSort by relevance Sort by last modified time
    Searched refs:keychords (Results 1 - 2 of 2) sorted by null

  /system/core/init/
keychords.c 28 static struct input_keychord *keychords = 0; variable in typeref:struct:input_keychord
41 keychords = realloc(keychords, keychords_length + size);
42 if (!keychords) {
43 ERROR("could not allocate keychords\n");
49 keychord = (struct input_keychord *)((char *)keychords + keychords_length);
69 /* nothing to do if no services require keychords */
70 if (!keychords)
80 ret = write(fd, keychords, keychords_length);
87 free(keychords);
    [all...]
Android.mk 14 keychords.c \

Completed in 21 milliseconds