Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.h98 std::optional<nsecs_t> lastSampleTimeNs; member
107 this->lastSampleTimeNs = std::nullopt; in resetValue()
DSensorInputMapper.cpp320 sensor.lastSampleTimeNs = 0; in flushSensor()
397 if (sensor.lastSampleTimeNs.has_value() && in sync()
398 timestamp - sensor.lastSampleTimeNs.value() < sensor.samplingPeriod.count()) { in sync()
412 sensor.lastSampleTimeNs = timestamp; in sync()