Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h592 struct CommandEntry : Link<CommandEntry> { struct
596 Command command;
599 sp<Connection> connection;
600 nsecs_t eventTime;
601 KeyEntry* keyEntry;
602 sp<InputApplicationHandle> inputApplicationHandle;
603 sp<InputWindowHandle> inputWindowHandle;
604 std::string reason;
605 int32_t userActivityEventType;
606 uint32_t seq;
[all …]
DInputDispatcher.cpp4501 InputDispatcher::CommandEntry::CommandEntry(Command command) : in CommandEntry() function in android::InputDispatcher::CommandEntry