Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/
H A 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 ==()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DEntry.cpp262 uint32_t policyFlags, nsecs_t hwTimestamp, in SensorEntry() argument
271 hwTimestamp(hwTimestamp), in SensorEntry()
280 deviceId, source, sensorType, accuracy, hwTimestamp); in getDescription()
H A DEntry.h197 nsecs_t hwTimestamp; member
202 uint32_t policyFlags, nsecs_t hwTimestamp, InputDeviceSensorType sensorType,
H A DInputDispatcher.cpp1518 entry->hwTimestamp, entry->values); in doNotifySensorLockedInterruptible()
1527 entry->eventTime, entry->hwTimestamp, entry->deviceId, entry->source, in dispatchSensorLocked()
3967 args->source, 0 /* policyFlags*/, args->hwTimestamp, in notifySensor()
/aosp12/frameworks/native/services/inputflinger/include/
H A DInputListener.h155 nsecs_t hwTimestamp; member
162 bool accuracyChanged, nsecs_t hwTimestamp, std::vector<float> values);
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp3036 ASSERT_EQ(args.hwTimestamp, ARBITRARY_TIME); in TEST_F()
3066 ASSERT_EQ(args.hwTimestamp, ARBITRARY_TIME); in TEST_F()