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