Searched refs:hwTimestamp (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | Entry.cpp | 254 uint32_t policyFlags, nsecs_t hwTimestamp, in SensorEntry() argument 263 hwTimestamp(hwTimestamp), in SensorEntry() 272 hwTimestamp); in getDescription()
|
D | Entry.h | 196 nsecs_t hwTimestamp; member 201 uint32_t policyFlags, nsecs_t hwTimestamp, InputDeviceSensorType sensorType,
|
D | InputDispatcher.cpp | 1976 entry->eventTime, entry->hwTimestamp, entry->deviceId, entry->source, in dispatchSensorLocked() 1986 entry->hwTimestamp, entry->values); in dispatchSensorLocked() 4697 /* policyFlags=*/0, args.hwTimestamp, args.sensorType, in notifySensor()
|
/frameworks/native/services/inputflinger/ |
D | NotifyArgs.cpp | 163 nsecs_t hwTimestamp, std::vector<float> values) in NotifySensorArgs() argument 171 hwTimestamp(hwTimestamp), in NotifySensorArgs()
|
/frameworks/native/services/inputflinger/include/ |
D | NotifyArgs.h | 154 nsecs_t hwTimestamp; member 161 bool accuracyChanged, nsecs_t hwTimestamp, std::vector<float> values);
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 3278 ASSERT_EQ(args.hwTimestamp, ARBITRARY_TIME); in TEST_F() 3308 ASSERT_EQ(args.hwTimestamp, ARBITRARY_TIME); in TEST_F()
|