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

/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java168 private static native void nativeUnregisterInputChannel(int ptr, InputChannel inputChannel); method in class:InputManagerService
459 nativeUnregisterInputChannel(mPtr, inputChannel);
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp1103 static void nativeUnregisterInputChannel(JNIEnv* env, jclass clazz, function in namespace:android
1307 { "nativeUnregisterInputChannel", "(ILandroid/view/InputChannel;)V",
1308 (void*) nativeUnregisterInputChannel },

Completed in 156 milliseconds