Searched refs:hwTimestamp (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 224 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/ |
D | Entry.cpp | 262 uint32_t policyFlags, nsecs_t hwTimestamp, in SensorEntry() argument 271 hwTimestamp(hwTimestamp), in SensorEntry() 280 deviceId, source, sensorType, accuracy, hwTimestamp); in getDescription()
|
D | Entry.h | 197 nsecs_t hwTimestamp; member 202 uint32_t policyFlags, nsecs_t hwTimestamp, InputDeviceSensorType sensorType,
|
D | InputDispatcher.cpp | 1492 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/ |
D | InputListener.h | 155 nsecs_t hwTimestamp; member 162 bool accuracyChanged, nsecs_t hwTimestamp, std::vector<float> values);
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 3009 ASSERT_EQ(args.hwTimestamp, ARBITRARY_TIME); in TEST_F() 3039 ASSERT_EQ(args.hwTimestamp, ARBITRARY_TIME); in TEST_F()
|