Searched refs:setInjectionResult (Results 1 – 2 of 2) sorted by relevance
203 void setInjectionResult(EventEntry* entry, int32_t injectionResult);
694 setInjectionResult(entry, INPUT_EVENT_INJECTION_FAILED); in releaseInboundEventLocked()845 setInjectionResult(entry, in dispatchKeyLocked()860 setInjectionResult(entry, injectionResult); in dispatchKeyLocked()896 setInjectionResult(entry, in dispatchMotionLocked()923 setInjectionResult(entry, injectionResult); in dispatchMotionLocked()3044 void InputDispatcher::setInjectionResult(EventEntry* entry, int32_t injectionResult) { in setInjectionResult() function in android::inputdispatcher::InputDispatcher