Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c187 static void hostIntfTxPayloadDone(size_t tx, int err);
414 hostIntfTxPacket(mRxCmd->reason, resp, mTxRetrans.seq, hostIntfTxPayloadDone); in hostIntfTxSendAck()
441 hostIntfTxBuf(mTxSize, &mTxBuf.prePreamble, hostIntfTxPayloadDone); in hostIntfGenerateAck()
511 hostIntfTxPacket(mRxCmd->reason, respLen, mTxRetrans.seq, hostIntfTxPayloadDone); in hostIntfGenerateResponse()
514 static void hostIntfTxPayloadDone(size_t tx, int err) in hostIntfTxPayloadDone() function
516 bool done = hostIntfTxPacketDone(err, tx, hostIntfTxPayloadDone); in hostIntfTxPayloadDone()