Searched refs:lastTimestamp (Results 1 – 2 of 2) sorted by relevance
168 uint64_t lastTimestamp; member335 uint64_t lastTimestamp; member
1963 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()