Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Dhubconnection.h168 uint64_t lastTimestamp; member
335 uint64_t lastTimestamp; member
Dhubconnection.cpp1963 if ((uint64_t)nev->timestamp > j.second.lastTimestamp in sendDirectReportEvent()
1965 nev->timestamp - j.second.lastTimestamp, in sendDirectReportEvent()
1969 j.second.lastTimestamp = nev->timestamp; in sendDirectReportEvent()
2189 if (mSensorState[handle].lastTimestamp >= timestamp in isSampleIntervalSatisfied()
2192 } else if (intervalLargeEnough(timestamp - mSensorState[handle].lastTimestamp, in isSampleIntervalSatisfied()
2194 mSensorState[handle].lastTimestamp = timestamp; in isSampleIntervalSatisfied()