Searched refs:inputEventObj (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_InputEventReceiver.cpp | 388 ScopedLocalRef<jobject> inputEventObj(env); in consumeEvents() local 394 inputEventObj = in consumeEvents() 408 inputEventObj = android_view_MotionEvent_obtainAsCopy(env, motionEvent); in consumeEvents() 466 if (inputEventObj.get()) { in consumeEvents() 472 inputEventObj.get()); in consumeEvents()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 1412 ScopedLocalRef<jobject> inputEventObj(env); in filterInputEvent() local 1415 inputEventObj = in filterInputEvent() 1420 inputEventObj = android_view_MotionEvent_obtainAsCopy(env, in filterInputEvent() 1428 if (!inputEventObj.get()) { in filterInputEvent() 1436 inputEventObj.get(), policyFlags); in filterInputEvent() 1955 static jint nativeInjectInputEvent(JNIEnv* env, jobject nativeImplObj, jobject inputEventObj, in nativeInjectInputEvent() argument 1964 if (env->IsInstanceOf(inputEventObj, gKeyEventClassInfo.clazz)) { in nativeInjectInputEvent() 1965 const KeyEvent keyEvent = android_view_KeyEvent_obtainAsCopy(env, inputEventObj); in nativeInjectInputEvent() 1972 } else if (env->IsInstanceOf(inputEventObj, gMotionEventClassInfo.clazz)) { in nativeInjectInputEvent() 1973 const MotionEvent* motionEvent = android_view_MotionEvent_getNativePtr(env, inputEventObj); in nativeInjectInputEvent() [all …]
|