Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_view_InputEventReceiver.cpp368 jobject inputEventObj; in consumeEvents() local
374 inputEventObj = android_view_KeyEvent_fromNative(env, in consumeEvents()
386 inputEventObj = android_view_MotionEvent_obtainAsCopy(env, motionEvent); in consumeEvents()
430 inputEventObj = nullptr; in consumeEvents()
433 if (inputEventObj) { in consumeEvents()
438 gInputEventReceiverClassInfo.dispatchInputEvent, seq, inputEventObj); in consumeEvents()
443 env->DeleteLocalRef(inputEventObj); in consumeEvents()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1169 jobject inputEventObj; in filterInputEvent() local
1174 inputEventObj = android_view_KeyEvent_fromNative(env, in filterInputEvent()
1178 inputEventObj = android_view_MotionEvent_obtainAsCopy(env, in filterInputEvent()
1185 if (!inputEventObj) { in filterInputEvent()
1192 inputEventObj, policyFlags); in filterInputEvent()
1196 env->DeleteLocalRef(inputEventObj); in filterInputEvent()
1684 jlong ptr, jobject inputEventObj, jint injectorPid, jint injectorUid, in nativeInjectInputEvent() argument
1691 if (env->IsInstanceOf(inputEventObj, gKeyEventClassInfo.clazz)) { in nativeInjectInputEvent()
1706 } else if (env->IsInstanceOf(inputEventObj, gMotionEventClassInfo.clazz)) { in nativeInjectInputEvent()
1727 jobject inputEventObj) { in nativeVerifyInputEvent() argument
[all …]