Searched refs:injectionState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/input/
H A DInputDispatcher.cpp615 InjectionState* injectionState = entry->injectionState; local
616 if (injectionState && injectionState->injectionResult == INPUT_EVENT_INJECTION_PENDING) {
1062 if (! checkInjectionPermission(mFocusedWindowHandle, entry->injectionState)) {
1397 entry->injectionState)) {
1498 if (checkInjectionPermission(NULL, entry->injectionState)) {
1622 const InjectionState* injectionState) {
1623 if (injectionState
1625 || windowHandle->getInfo()->ownerUid != injectionState
1621 checkInjectionPermission(const sp<InputWindowHandle>& windowHandle, const InjectionState* injectionState) argument
2636 InjectionState* injectionState = new InjectionState(injectorPid, injectorUid); local
2723 InjectionState* injectionState = entry->injectionState; local
2756 InjectionState* injectionState = entry->injectionState; local
2763 InjectionState* injectionState = entry->injectionState; local
[all...]
H A DInputDispatcher.h435 InjectionState* injectionState; member in struct:android::InputDispatcher::EventEntry
439 inline bool isInjected() const { return injectionState != NULL; }
1018 const InjectionState* injectionState);

Completed in 140 milliseconds