Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp1210 InjectionState* injectionState = entry->injectionState; in releaseInboundEventLocked() local
2532 const InjectionState* injectionState) { in checkInjectionPermission()
4193 InjectionState* injectionState = new InjectionState(injectorPid, injectorUid); in injectInputEvent() local
4312 InjectionState* injectionState = entry.injectionState; in setInjectionResult() local
4347 InjectionState* injectionState = entry.injectionState; in incrementPendingForegroundDispatches() local
4354 InjectionState* injectionState = entry.injectionState; in decrementPendingForegroundDispatches() local
H A DEntry.h48 InjectionState* injectionState; member