Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c190 static inline void *hostIntfGetPayload(uint8_t *buf) in hostIntfGetPayload() function
407 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfTxSendAck()
421 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfTxAck()
431 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfGenerateAck()
432 void *rxPayload = hostIntfGetPayload(mRxBuf); in hostIntfGenerateAck()
507 void *rxPayload = hostIntfGetPayload(mRxBuf); in hostIntfGenerateResponse()
509 void *txPayload = hostIntfGetPayload(mTxBuf.buf); in hostIntfGenerateResponse()