Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp273 mLen = appMsg->message_len; in setup()
287 mData = std::vector<uint8_t>(p, p + mLen); in setup()
294 buf.writeU32(mLen); in setup()
354 if (mPos < mLen) { in handleTransfer()
355 uint32_t chunkSize = mLen - mPos; in handleTransfer()
Dsystem_comms.h201 uint32_t mLen; variable
214 mLen = 0; in AppMgmtSession()