Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp254 uint32_t policyFlags, nsecs_t hwTimestamp, in SensorEntry() argument
263 hwTimestamp(hwTimestamp), in SensorEntry()
272 hwTimestamp); in getDescription()
DEntry.h196 nsecs_t hwTimestamp; member
201 uint32_t policyFlags, nsecs_t hwTimestamp, InputDeviceSensorType sensorType,
DInputDispatcher.cpp1976 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/
DNotifyArgs.cpp163 nsecs_t hwTimestamp, std::vector<float> values) in NotifySensorArgs() argument
171 hwTimestamp(hwTimestamp), in NotifySensorArgs()
/frameworks/native/services/inputflinger/include/
DNotifyArgs.h154 nsecs_t hwTimestamp; member
161 bool accuracyChanged, nsecs_t hwTimestamp, std::vector<float> values);
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3278 ASSERT_EQ(args.hwTimestamp, ARBITRARY_TIME); in TEST_F()
3308 ASSERT_EQ(args.hwTimestamp, ARBITRARY_TIME); in TEST_F()