Home
last modified time | relevance | path

Searched defs:injectionState (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp134 KeyEntry::KeyEntry(int32_t id, std::shared_ptr<InjectionState> injectionState, nsecs_t eventTime, in KeyEntry()
188 MotionEntry::MotionEntry(int32_t id, std::shared_ptr<InjectionState> injectionState, in MotionEntry()
DEntry.h52 std::shared_ptr<InjectionState> injectionState; member
DInputDispatcher.cpp1604 const std::shared_ptr<InjectionState>& injectionState = entry->injectionState; in releaseInboundEventLocked() local
4810 auto injectionState = std::make_shared<InjectionState>(targetUid, isAsync); in injectInputEvent() local
5086 InjectionState& injectionState = *entry.injectionState; in setInjectionResult() local