Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c407 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfTxSendAck() local
410 hostIntfCopyInterrupts(txPayload, HOSTINTF_MAX_INTERRUPTS); in hostIntfTxSendAck()
421 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfTxAck() local
423 memcpy(txPayload, buffer, len); in hostIntfTxAck()
431 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfGenerateAck() local
447 resp = mRxCmd->fastHandler(rxPayload, rx_len, txPayload, mRxTimestamp); in hostIntfGenerateAck()
509 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfGenerateResponse() local
510 uint8_t respLen = mRxCmd->handler(rxPayload, rx_len, txPayload, mRxTimestamp); in hostIntfGenerateResponse()