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

/frameworks/base/services/input/
H A DInputDispatcher.h438 InjectionState* injectionState; member in struct:android::InputDispatcher::EventEntry
442 inline bool isInjected() const { return injectionState != NULL; }
1026 const InjectionState* injectionState);
H A DInputDispatcher.cpp628 InjectionState* injectionState = entry->injectionState; local
629 if (injectionState && injectionState->injectionResult == INPUT_EVENT_INJECTION_PENDING) {
1076 if (! checkInjectionPermission(mFocusedWindowHandle, entry->injectionState)) {
1398 entry->injectionState)) {
1499 if (checkInjectionPermission(NULL, entry->injectionState)) {
1623 const InjectionState* injectionState) {
1624 if (injectionState
1626 || windowHandle->getInfo()->ownerUid != injectionState
1622 checkInjectionPermission(const sp<InputWindowHandle>& windowHandle, const InjectionState* injectionState) argument
2637 InjectionState* injectionState = new InjectionState(injectorPid, injectorUid); local
2724 InjectionState* injectionState = entry->injectionState; local
2757 InjectionState* injectionState = entry->injectionState; local
2764 InjectionState* injectionState = entry->injectionState; local
[all...]

Completed in 89 milliseconds