Home | History | Annotate | Download | only in libsensors_iio

Lines Matching refs:rsize

1884     ssize_t rsize = read(iio_fd, rdata, nbyte);
1887 rsize = read(iio_fd, rdata, sizeof(mIIOBuffer));
1891 LOGI("get one sample of IIO data with size: %d", rsize);
1912 if (rsize < (nbyte - 8)) {
1913 LOGE("HAL:ERR Full data packet was not read. rsize=%ld nbyte=%d sensors=%d errno=%d(%s)",
1914 rsize, nbyte, sensors, errno, strerror(errno));