Home | History | Annotate | Download | only in input

Lines Matching full:buffersize

537 size_t EventHub::getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize) {
538 LOG_ASSERT(bufferSize >= 1);
542 struct input_event readBuffer[bufferSize];
545 size_t capacity = bufferSize;
651 LOGW("could not get event, removed? (fd: %d size: %d bufferSize: %d capacity: %d errno: %d)\n",
652 device->fd, readSize, bufferSize, capacity, errno);