OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
108
int
nkeycodes
;
member in struct:service
init_parser.c
723
svc->
nkeycodes
= nargs - 1;
Completed in 67 milliseconds