Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c116 static uint64_t mRxTimestamp; variable
393 mRxTimestamp = sensorGetTime(); in hostIntfRxDone()
446 resp = mRxCmd->fastHandler(rxPayload, rx_len, txPayload, mRxTimestamp); in hostIntfGenerateAck()
509 uint8_t respLen = mRxCmd->handler(rxPayload, rx_len, txPayload, mRxTimestamp); in hostIntfGenerateResponse()