Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp707 InjectionState* injectionState = entry->injectionState; in releaseInboundEventLocked() local
1740 const InjectionState* injectionState) { in checkInjectionPermission()
2961 InjectionState* injectionState = new InjectionState(injectorPid, injectorUid); in injectInputEvent() local
3048 InjectionState* injectionState = entry->injectionState; in setInjectionResult() local
3081 InjectionState* injectionState = entry->injectionState; in incrementPendingForegroundDispatches() local
3088 InjectionState* injectionState = entry->injectionState; in decrementPendingForegroundDispatches() local
DInputDispatcher.h491 InjectionState* injectionState; member