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

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

Completed in 58 milliseconds