Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c406 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfTxSendAck() local
409 hostIntfCopyInterrupts(txPayload, HOSTINTF_MAX_INTERRUPTS); in hostIntfTxSendAck()
420 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfTxAck() local
422 memcpy(txPayload, buffer, len); in hostIntfTxAck()
430 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfGenerateAck() local
446 resp = mRxCmd->fastHandler(rxPayload, rx_len, txPayload, mRxTimestamp); in hostIntfGenerateAck()
508 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfGenerateResponse() local
509 uint8_t respLen = mRxCmd->handler(rxPayload, rx_len, txPayload, mRxTimestamp); in hostIntfGenerateResponse()