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

/frameworks/base/libs/ui/
H A DEventHub.cpp497 char idstr[80]; local
520 idstr[sizeof(idstr) - 1] = '\0';
543 if(ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) {
545 idstr[0] = '\0';
591 " id: \"%s\"\n", location, idstr);

Completed in 45 milliseconds