Home
last modified time | relevance | path

Searched refs:msgSize (Results 1 – 1 of 1) sorted by relevance

/device/generic/car/emulator/Conn/SocketComm/
DSocketComm.cpp179 int32_t msgSize = readInt(mSockFd); in read() local
180 if (msgSize <= 0) { in read()
185 return readExactly(mSockFd, msgSize); in read()