Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h648 struct CommandEntry : Link<CommandEntry> { struct
652 Command command;
655 sp<Connection> connection;
656 nsecs_t eventTime;
657 KeyEntry* keyEntry;
658 sp<InputApplicationHandle> inputApplicationHandle;
659 std::string reason;
660 int32_t userActivityEventType;
661 uint32_t seq;
662 bool handled;
[all …]
DInputDispatcher.cpp5078 InputDispatcher::CommandEntry::CommandEntry(Command command) : in CommandEntry() function in android::InputDispatcher::CommandEntry