Home | History | Annotate | Download | only in input

Lines Matching full:buffersize

647 size_t EventHub::getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize) {
648 ALOG_ASSERT(bufferSize >= 1);
652 struct input_event readBuffer[bufferSize];
655 size_t capacity = bufferSize;
761 ALOGW("could not get event, removed? (fd: %d size: %d bufferSize: %d "
763 device->fd, readSize, bufferSize, capacity, errno);