Home
last modified time | relevance | path

Searched refs:nativeDisableInputDevice (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1680 static void nativeDisableInputDevice(JNIEnv* /* env */, in nativeDisableInputDevice() function
1811 (void*) nativeDisableInputDevice },
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java243 private static native void nativeDisableInputDevice(long ptr, int deviceId); in nativeDisableInputDevice() method in InputManagerService
712 nativeDisableInputDevice(mPtr, deviceId); in disableInputDevice()