Home | History | Annotate | Download | only in input

Lines Matching full:buffersize

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