Searched refs:hostIntfTxPayloadDone (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/firmware/os/core/ |
D | hostIntf.c | 188 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()
|