Home
last modified time | relevance | path

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

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