Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
Dqemu_channel.cpp106 const int msgSize = reply.size() - 3; in qemuRunQuery() local
107 if (msgSize > 0) { in qemuRunQuery()
109 query, msgSize, &reply[3]); in qemuRunQuery()
/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()