Home | History | Annotate | Download | only in input

Lines Matching refs:msgLength

148     size_t msgLength = msg->size();
151 nWrite = ::send(mFd, msg, msgLength, MSG_DONTWAIT | MSG_NOSIGNAL);
169 if (size_t(nWrite) != msgLength) {