Searched refs:idstr (Results 1 - 2 of 2) sorted by relevance

/system/core/debuggerd/
H A Dgetevent.c27 char idstr[80]; local
43 idstr[sizeof(idstr) - 1] = '\0';
52 if(ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) {
54 idstr[0] = '\0';
/system/core/toolbox/
H A Dgetevent.c302 char idstr[80]; local
324 idstr[sizeof(idstr) - 1] = '\0';
333 if(ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) {
335 idstr[0] = '\0';
363 " id: \"%s\"\n", location, idstr);

Completed in 115 milliseconds