Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DEntry.cpp125 KeyEntry::KeyEntry(int32_t id, std::shared_ptr<InjectionState> injectionState, nsecs_t eventTime, in KeyEntry()
179 MotionEntry::MotionEntry(int32_t id, std::shared_ptr<InjectionState> injectionState, in MotionEntry()
H A DEntry.h51 std::shared_ptr<InjectionState> injectionState; member
H A DInputDispatcher.cpp1652 const std::shared_ptr<InjectionState>& injectionState = entry->injectionState; in releaseInboundEventLocked() local
4859 auto injectionState = std::make_shared<InjectionState>(targetUid, isAsync); in injectInputEvent() local
5117 InjectionState& injectionState = *entry.injectionState; in setInjectionResult() local