Searched defs:nativeUnregisterInputChannel (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1322 static void nativeUnregisterInputChannel(JNIEnv* env, jclass /* clazz */, function in namespace:android
1584 { "nativeUnregisterInputChannel", "(JLandroid/view/InputChannel;)V",
1585 (void*) nativeUnregisterInputChannel },
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java211 private static native void nativeUnregisterInputChannel(long ptr, InputChannel inputChannel); method in class:InputManagerService
546 nativeUnregisterInputChannel(mPtr, inputChannel);

Completed in 63 milliseconds