Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DSocketComm.cpp177 int32_t msgSize = readInt(mSockFd); in read() local
178 if (msgSize <= 0) { in read()
183 return readExactly(mSockFd, msgSize); in read()