Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DhostIntf.c166 static void hostIntfRxDone(size_t rx, int err);
326 mComm->rxPacket(mRxBuf, sizeof(mRxBuf), hostIntfRxDone); in hostIntfRequest()
341 mComm->rxPacket(mRxBuf, sizeof(mRxBuf), hostIntfRxDone); in hostIntfRxPacket()
358 static void hostIntfRxDone(size_t rx, int err) in hostIntfRxDone() function
432 mComm->rxPacket(mRxBuf, sizeof(mRxBuf), hostIntfRxDone); in hostIntfTxComplete()