Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DhostIntf.h84 void hostIntfTxAck(void *buffer, uint8_t len);
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c798 hostIntfTxAck(&mTxCurr, atomicReadByte(&mTxCurrLength)); in nanohubPrefetchTx()
DhostIntf.c418 void hostIntfTxAck(void *buffer, uint8_t len) in hostIntfTxAck() function