Searched defs:CommandEntry (Results 1 – 2 of 2) sorted by relevance
583 struct CommandEntry : Link<CommandEntry> { struct587 Command command;590 sp<Connection> connection;591 nsecs_t eventTime;592 KeyEntry* keyEntry;593 sp<InputApplicationHandle> inputApplicationHandle;594 sp<InputWindowHandle> inputWindowHandle;595 int32_t userActivityEventType;596 uint32_t seq;597 bool handled;
4231 InputDispatcher::CommandEntry::CommandEntry(Command command) : in CommandEntry() function in android::InputDispatcher::CommandEntry