Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
DhostIntf.c108 static uint64_t mRxTimestamp; variable
360 mRxTimestamp = rtcGetTime(); in hostIntfRxDone()
413 resp = mRxCmd->fastHandler(rxPayload, rx_len, txPayload, mRxTimestamp); in hostIntfGenerateAck()
470 uint8_t respLen = mRxCmd->handler(rxPayload, rx_len, txPayload, mRxTimestamp); in hostIntfGenerateResponse()