Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DhostIntf.c174 static inline void *hostIntfGetPayload(uint8_t *buf) in hostIntfGetPayload() function
373 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfTxSendAck()
387 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfTxAck()
397 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfGenerateAck()
398 void *rxPayload = hostIntfGetPayload(mRxBuf); in hostIntfGenerateAck()
467 void *rxPayload = hostIntfGetPayload(mRxBuf); in hostIntfGenerateResponse()
469 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfGenerateResponse()