Lines Matching defs:CommandEntry
201 struct CommandEntry : Link<CommandEntry> { struct
205 Command command;
208 sp<Connection> connection;
209 nsecs_t eventTime;
210 KeyEntry* keyEntry;
211 sp<InputApplicationHandle> inputApplicationHandle;
212 std::string reason;
213 int32_t userActivityEventType;
214 uint32_t seq;
215 bool handled;
216 sp<InputChannel> inputChannel;
217 sp<IBinder> oldToken;
218 sp<IBinder> newToken;