Home
last modified time | relevance | path

Searched defs:CommandEntry (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DEntry.h201 struct CommandEntry : Link<CommandEntry> { struct
205 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 …]
DEntry.cpp255 CommandEntry::CommandEntry(Command command) in CommandEntry() function in android::inputdispatcher::CommandEntry