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

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

Completed in 375 milliseconds