Searched defs:CommandEntry (Results 1 – 2 of 2) sorted by relevance
250 struct CommandEntry { struct254 Command command;257 sp<Connection> connection;258 nsecs_t eventTime;259 KeyEntry* keyEntry;260 sp<InputApplicationHandle> inputApplicationHandle;261 std::string reason;262 int32_t userActivityEventType;263 uint32_t seq;264 bool handled;[all …]
275 CommandEntry::CommandEntry(Command command) in CommandEntry() function in android::inputdispatcher::CommandEntry