Searched defs:CommandEntry (Results 1 – 2 of 2) sorted by relevance
593 struct CommandEntry : Link<CommandEntry> { struct597 Command command;600 sp<Connection> connection;601 nsecs_t eventTime;602 KeyEntry* keyEntry;603 sp<InputApplicationHandle> inputApplicationHandle;604 sp<InputWindowHandle> inputWindowHandle;605 String8 reason;606 int32_t userActivityEventType;607 uint32_t seq;[all …]
4439 InputDispatcher::CommandEntry::CommandEntry(Command command) : in CommandEntry() function in android::InputDispatcher::CommandEntry