Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c188 static void hostIntfTxPayloadDone(size_t tx, int err);
415 hostIntfTxPacket(mRxCmd->reason, resp, mTxRetrans.seq, hostIntfTxPayloadDone); in hostIntfTxSendAck()
442 hostIntfTxBuf(mTxSize, &mTxBuf.prePreamble, hostIntfTxPayloadDone); in hostIntfGenerateAck()
512 hostIntfTxPacket(mRxCmd->reason, respLen, mTxRetrans.seq, hostIntfTxPayloadDone); in hostIntfGenerateResponse()
515 static void hostIntfTxPayloadDone(size_t tx, int err) in hostIntfTxPayloadDone() function
517 bool done = hostIntfTxPacketDone(err, tx, hostIntfTxPayloadDone); in hostIntfTxPayloadDone()