Searched refs:deviceTimestamp (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 72 int32_t buttonState, int32_t edgeFlags, int32_t displayId, uint32_t deviceTimestamp, in NotifyMotionArgs() argument 79 edgeFlags(edgeFlags), displayId(displayId), deviceTimestamp(deviceTimestamp), in NotifyMotionArgs() 94 deviceTimestamp(other.deviceTimestamp), pointerCount(other.pointerCount), in NotifyMotionArgs()
|
D | InputListener.h | 99 uint32_t deviceTimestamp; member 112 int32_t edgeFlags, int32_t displayId, uint32_t deviceTimestamp, uint32_t pointerCount,
|
D | InputReader.h | 1401 uint32_t deviceTimestamp; member 1414 deviceTimestamp = other.deviceTimestamp; in copyFrom() 1423 deviceTimestamp = 0; in clear() 1432 uint32_t deviceTimestamp; member 1444 deviceTimestamp = other.deviceTimestamp; in copyFrom() 1453 deviceTimestamp = 0; in clear() 1848 uint32_t deviceTimestamp,
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 5903 ASSERT_EQ(0U, args.deviceTimestamp); in TEST_F() 5911 ASSERT_EQ(1000U, args.deviceTimestamp); in TEST_F() 5929 ASSERT_EQ(1U, args.deviceTimestamp); in TEST_F() 5936 ASSERT_EQ(1U, args.deviceTimestamp); in TEST_F() 5944 ASSERT_EQ(0U, args.deviceTimestamp); in TEST_F()
|