Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputListener.cpp224 nsecs_t hwTimestamp, std::vector<float> values) in NotifySensorArgs() argument
231 hwTimestamp(hwTimestamp), in NotifySensorArgs()
241 hwTimestamp(other.hwTimestamp), in NotifySensorArgs()
247 hwTimestamp == rhs.hwTimestamp && values == rhs.values; in operator ==()
/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp262 uint32_t policyFlags, nsecs_t hwTimestamp, in SensorEntry() argument
271 hwTimestamp(hwTimestamp), in SensorEntry()
280 deviceId, source, sensorType, accuracy, hwTimestamp); in getDescription()
DEntry.h197 nsecs_t hwTimestamp; member
202 uint32_t policyFlags, nsecs_t hwTimestamp, InputDeviceSensorType sensorType,
DInputDispatcher.cpp1492 entry->hwTimestamp, entry->values); in doNotifySensorLockedInterruptible()
1501 entry->eventTime, entry->hwTimestamp, entry->deviceId, entry->source, in dispatchSensorLocked()
3921 args->source, 0 /* policyFlags*/, args->hwTimestamp, in notifySensor()
/frameworks/native/services/inputflinger/include/
DInputListener.h155 nsecs_t hwTimestamp; member
162 bool accuracyChanged, nsecs_t hwTimestamp, std::vector<float> values);
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3009 ASSERT_EQ(args.hwTimestamp, ARBITRARY_TIME); in TEST_F()
3039 ASSERT_EQ(args.hwTimestamp, ARBITRARY_TIME); in TEST_F()