Searched refs:bit_label (Results 1 - 1 of 1) sorted by path

/system/core/toolbox/
H A Dgetevent.c49 const char *bit_label; local
61 bit_label = get_label(input_prop_labels, i * 8 + j);
62 if(bit_label)
63 printf(" %s\n", bit_label);
83 const char *bit_label; local
167 bit_label = get_label(bit_labels, j * 8 + k);
168 if(bit_label)
169 printf(" %.20s%c%*s", bit_label, down, 20 - strlen(bit_label), "");

Completed in 33 milliseconds