Lines Matching defs:CommandEntry
648 struct CommandEntry : Link<CommandEntry> { struct
652 Command command;
655 sp<Connection> connection;
656 nsecs_t eventTime;
657 KeyEntry* keyEntry;
658 sp<InputApplicationHandle> inputApplicationHandle;
659 std::string reason;
660 int32_t userActivityEventType;
661 uint32_t seq;
662 bool handled;
663 sp<InputChannel> inputChannel;
664 sp<IBinder> oldToken;
665 sp<IBinder> newToken;