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

  /system/core/init/
keychords.c 30 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...]
Android.mk 14 keychords.c \

Completed in 28 milliseconds