Home
last modified time | relevance | path

Searched refs:setInjectionResultLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp676 setInjectionResultLocked(entry, INPUT_EVENT_INJECTION_FAILED); in releaseInboundEventLocked()
827 setInjectionResultLocked(entry, *dropReason == DROP_REASON_POLICY in dispatchKeyLocked()
840 setInjectionResultLocked(entry, injectionResult); in dispatchKeyLocked()
875 setInjectionResultLocked(entry, *dropReason == DROP_REASON_POLICY in dispatchMotionLocked()
900 setInjectionResultLocked(entry, injectionResult); in dispatchMotionLocked()
2838 void InputDispatcher::setInjectionResultLocked(EventEntry* entry, int32_t injectionResult) { in setInjectionResultLocked() function in android::InputDispatcher
DInputDispatcher.h907 void setInjectionResultLocked(EventEntry* entry, int32_t injectionResult);