Searched defs:CommandEntry (Results 1 – 2 of 2) sorted by relevance
201 struct CommandEntry : Link<CommandEntry> { struct205 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;[all …]
255 CommandEntry::CommandEntry(Command command) in CommandEntry() function in android::inputdispatcher::CommandEntry