Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c189 static inline void *hostIntfGetPayload(uint8_t *buf) in hostIntfGetPayload() function
406 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfTxSendAck()
420 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfTxAck()
430 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfGenerateAck()
431 void *rxPayload = hostIntfGetPayload(mRxBuf); in hostIntfGenerateAck()
506 void *rxPayload = hostIntfGetPayload(mRxBuf); in hostIntfGenerateResponse()
508 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfGenerateResponse()