Lines Matching refs:nbyte
3712 size_t nbyte; in buildMpuEvent() local
3727 nbyte= (BYTES_PER_SENSOR + 8) * sensors * 1; in buildMpuEvent()
3736 nbyte += BYTES_QUAT_DATA; in buildMpuEvent()
3745 nbyte += BYTES_QUAT_DATA; in buildMpuEvent()
3749 nbyte += BYTES_PER_SENSOR_PACKET; in buildMpuEvent()
3753 nbyte += BYTES_PER_SENSOR_PACKET; in buildMpuEvent()
3757 nbyte = 24 - mLeftOverBufferSize; in buildMpuEvent()
3776 rsize = read(iio_fd, rdataP, nbyte); in buildMpuEvent()
3816 rsize, nbyte, in buildMpuEvent()
3825 checkBatchEnabled(), *((short *) rdata), nbyte, (int)rsize, readCounter); in buildMpuEvent()
3955 if ((readCounter != 0) && ((checkBatchEnabled() && (rsize == (ssize_t)nbyte)) || in buildMpuEvent()
3956 (!checkBatchEnabled() && (rsize != (ssize_t)nbyte))) in buildMpuEvent()
3959 …"!!! not enough data readCounter=%d, expected nbyte=%d, rsize=%d", readCounter, nbyte, (int)rsize); in buildMpuEvent()