HomeSort by relevance Sort by last modified time
    Searched refs:inputEventObj (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/
android_view_InputEventReceiver.cpp 181 jobject inputEventObj;
187 inputEventObj = android_view_KeyEvent_fromNative(env,
195 inputEventObj = android_view_MotionEvent_obtainAsCopy(env,
201 inputEventObj = NULL;
204 if (inputEventObj) {
209 gInputEventReceiverClassInfo.dispatchInputEvent, seq, inputEventObj);
android_app_NativeActivity.cpp 538 jobject inputEventObj = android_view_KeyEvent_fromNative(
541 if (inputEventObj) {
543 gNativeActivityClassInfo.dispatchUnhandledKeyEvent, inputEventObj);
546 code->env->DeleteLocalRef(inputEventObj);
555 jobject inputEventObj = android_view_KeyEvent_fromNative(
557 if (inputEventObj) {
559 gNativeActivityClassInfo.preDispatchKeyEvent, inputEventObj, seq);
561 code->env->DeleteLocalRef(inputEventObj);
    [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 787 jobject inputEventObj;
792 inputEventObj = android_view_KeyEvent_fromNative(env,
796 inputEventObj = android_view_MotionEvent_obtainAsCopy(env,
803 if (!inputEventObj) {
810 inputEventObj, policyFlags);
814 env->DeleteLocalRef(inputEventObj);
    [all...]

Completed in 250 milliseconds