Home | History | Annotate | Download | only in ui

Lines Matching defs:eventTime

313     virtual void pokeUserActivity(nsecs_t eventTime, int32_t eventType) = 0;
350 virtual void notifyConfigurationChanged(nsecs_t eventTime) = 0;
351 virtual void notifyKey(nsecs_t eventTime, int32_t deviceId, int32_t source,
354 virtual void notifyMotion(nsecs_t eventTime, int32_t deviceId, int32_t source,
427 virtual void notifyConfigurationChanged(nsecs_t eventTime);
428 virtual void notifyKey(nsecs_t eventTime, int32_t deviceId, int32_t source,
431 virtual void notifyMotion(nsecs_t eventTime, int32_t deviceId, int32_t source,
476 nsecs_t eventTime;
512 nsecs_t eventTime;
596 nsecs_t eventTime;
656 ConfigurationChangedEntry* obtainConfigurationChangedEntry(nsecs_t eventTime);
657 KeyEntry* obtainKeyEntry(nsecs_t eventTime,
661 MotionEntry* obtainMotionEntry(nsecs_t eventTime,
682 nsecs_t eventTime, const PointerCoords* pointerCoords);
693 void initializeEventEntry(EventEntry* entry, int32_t type, nsecs_t eventTime,
1055 nsecs_t eventTime, nsecs_t waitStartTime);