Searched refs:deviceTimestamp (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputListener.cpp72 int32_t buttonState, int32_t edgeFlags, int32_t displayId, uint32_t deviceTimestamp,
79 edgeFlags(edgeFlags), displayId(displayId), deviceTimestamp(deviceTimestamp),
94 deviceTimestamp(other.deviceTimestamp), pointerCount(other.pointerCount),
69 NotifyMotionArgs(nsecs_t eventTime, int32_t deviceId, uint32_t source, uint32_t policyFlags, int32_t action, int32_t actionButton, int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags, int32_t displayId, uint32_t deviceTimestamp, uint32_t pointerCount, const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, float xPrecision, float yPrecision, nsecs_t downTime) argument
H A DInputListener.h99 uint32_t deviceTimestamp; member in struct:android::NotifyMotionArgs
112 int32_t edgeFlags, int32_t displayId, uint32_t deviceTimestamp, uint32_t pointerCount,
H A DInputReader.h1401 uint32_t deviceTimestamp; member in struct:android::TouchInputMapper::RawState
1414 deviceTimestamp = other.deviceTimestamp;
1423 deviceTimestamp = 0;
1432 uint32_t deviceTimestamp; member in struct:android::TouchInputMapper::CookedState
1444 deviceTimestamp = other.deviceTimestamp;
1453 deviceTimestamp = 0;
1848 uint32_t deviceTimestamp,
H A DInputReader.cpp2900 displayId, /* deviceTimestamp */ 0, 1, &pointerProperties, &pointerCoords,
2909 displayId, /* deviceTimestamp */ 0, 1, &pointerProperties, &pointerCoords,
2921 displayId, /* deviceTimestamp */ 0, 1, &pointerProperties, &pointerCoords,
2935 displayId, /* deviceTimestamp */ 0, 1, &pointerProperties, &pointerCoords,
2948 displayId, /* deviceTimestamp */ 0, 1, &pointerProperties, &pointerCoords,
3078 displayId, /* deviceTimestamp */ 0, 1, &pointerProperties, &pointerCoords,
4735 mCurrentCookedState.deviceTimestamp,
4758 mCurrentCookedState.deviceTimestamp,
4793 mCurrentCookedState.deviceTimestamp,
4808 mCurrentCookedState.deviceTimestamp,
6449 dispatchMotion(nsecs_t when, uint32_t policyFlags, uint32_t source, int32_t action, int32_t actionButton, int32_t flags, int32_t metaState, int32_t buttonState, int32_t edgeFlags, uint32_t deviceTimestamp, const PointerProperties* properties, const PointerCoords* coords, const uint32_t* idToIndex, BitSet32 idBits, int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime) argument
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp5898 // By default, deviceTimestamp should be zero
5903 ASSERT_EQ(0U, args.deviceTimestamp);
5911 ASSERT_EQ(1000U, args.deviceTimestamp);
5929 ASSERT_EQ(1U, args.deviceTimestamp);
5931 // Since the data accumulates, and new timestamp has not arrived, deviceTimestamp won't change
5936 ASSERT_EQ(1U, args.deviceTimestamp);
5939 // After the mapper is reset, deviceTimestamp should become zero again
5944 ASSERT_EQ(0U, args.deviceTimestamp);

Completed in 113 milliseconds