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

  /system/core/init/
keychords.c 42 size = sizeof(*keychord) + svc->nkeycodes * sizeof(keychord->keycodes[0]);
54 keychord->count = svc->nkeycodes;
57 for (i = 0; i < svc->nkeycodes; i++) {
init.h 105 int nkeycodes; member in struct:service
init_parser.c 549 svc->nkeycodes = nargs - 1;

Completed in 24 milliseconds