Lines Matching refs:eventTime
46 nsecs_t eventTime; member
71 EventEntry(int32_t id, Type type, nsecs_t eventTime, uint32_t policyFlags);
79 explicit ConfigurationChangedEntry(int32_t id, nsecs_t eventTime);
88 DeviceResetEntry(int32_t id, nsecs_t eventTime, int32_t deviceId);
99 FocusEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool hasFocus,
109 PointerCaptureChangedEntry(int32_t id, nsecs_t eventTime, const PointerCaptureRequest&);
120 DragEntry(int32_t id, nsecs_t eventTime, sp<IBinder> connectionToken, bool isExiting, float x,
150 KeyEntry(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32_t source, int32_t displayId,
179 MotionEntry(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32_t source, int32_t displayId,
201 SensorEntry(int32_t id, nsecs_t eventTime, int32_t deviceId, uint32_t source,
277 nsecs_t eventTime; member