Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DhostIntf.c373 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfTxSendAck() local
376 hostIntfCopyInterrupts(txPayload, HOSTINTF_MAX_INTERRUPTS); in hostIntfTxSendAck()
387 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfTxAck() local
389 memcpy(txPayload, buffer, len); in hostIntfTxAck()
397 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfGenerateAck() local
413 resp = mRxCmd->fastHandler(rxPayload, rx_len, txPayload, mRxTimestamp); in hostIntfGenerateAck()
469 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfGenerateResponse() local
470 uint8_t respLen = mRxCmd->handler(rxPayload, rx_len, txPayload, mRxTimestamp); in hostIntfGenerateResponse()