Home
last modified time | relevance | path

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

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