Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputListener.cpp94 int32_t edgeFlags, uint32_t deviceTimestamp, uint32_t pointerCount, in NotifyMotionArgs() argument
102 classification(classification), edgeFlags(edgeFlags), deviceTimestamp(deviceTimestamp), in NotifyMotionArgs()
118 deviceTimestamp(other.deviceTimestamp), pointerCount(other.pointerCount), in NotifyMotionArgs()
142 && deviceTimestamp == rhs.deviceTimestamp in operator ==()
DInputReader.h1177 uint32_t deviceTimestamp; member
1190 deviceTimestamp = other.deviceTimestamp; in copyFrom()
1199 deviceTimestamp = 0; in clear()
1208 uint32_t deviceTimestamp; member
1220 deviceTimestamp = other.deviceTimestamp; in copyFrom()
1229 deviceTimestamp = 0; in clear()
1637 uint32_t deviceTimestamp,
DInputClassifierConverter.cpp378 event.deviceTimestamp = args.deviceTimestamp; in notifyMotionArgsToHalMotionEvent()
DInputReader.cpp4770 mCurrentCookedState.deviceTimestamp, in abortTouches()
4793 mCurrentCookedState.deviceTimestamp, in dispatchTouches()
4828 mCurrentCookedState.deviceTimestamp, in dispatchTouches()
4843 mCurrentCookedState.deviceTimestamp, in dispatchTouches()
4862 mCurrentCookedState.deviceTimestamp, in dispatchTouches()
4878 mLastCookedState.deviceTimestamp, in dispatchHoverExit()
4895 mCurrentCookedState.deviceTimestamp, in dispatchHoverEnterAndMove()
4907 mCurrentCookedState.deviceTimestamp, in dispatchHoverEnterAndMove()
4927 mCurrentCookedState.deviceTimestamp, in dispatchButtonRelease()
4945 mCurrentCookedState.deviceTimestamp, in dispatchButtonPress()
[all …]
/frameworks/native/services/inputflinger/include/
DInputListener.h116 uint32_t deviceTimestamp; member
131 int32_t edgeFlags, uint32_t deviceTimestamp, uint32_t pointerCount,
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp6207 ASSERT_EQ(0U, args.deviceTimestamp); in TEST_F()
6215 ASSERT_EQ(1000U, args.deviceTimestamp); in TEST_F()
6233 ASSERT_EQ(1U, args.deviceTimestamp); in TEST_F()
6240 ASSERT_EQ(1U, args.deviceTimestamp); in TEST_F()
6248 ASSERT_EQ(0U, args.deviceTimestamp); in TEST_F()