HomeSort by relevance Sort by last modified time
    Searched full:piev (Results 1 - 1 of 1) sorted by null

  /development/simulator/wrapsim/
DevEvent.c 143 const struct input_event* piev; local
145 if (count == sizeof(*piev)) {
146 piev = (const struct input_event*) buf;
148 if (piev->type == EV_LED) {
150 dev->debugName, piev->code, piev->value);
153 dev->debugName, count, piev->type);

Completed in 45 milliseconds