Searched defs:sw (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/
H A Dgetevent.c617 uint16_t sw; local
618 res = ioctl(ufds[i].fd, EVIOCGSW(1), &sw);
623 sw &= get_switch;
624 printf("%04x%s", sw, newline);

Completed in 4 milliseconds