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.cpp1608 static void nativeDisableInputDevice(JNIEnv* /* env */, in nativeDisableInputDevice() function
1718 (void*) nativeDisableInputDevice },
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java235 private static native void nativeDisableInputDevice(long ptr, int deviceId); in nativeDisableInputDevice() method in InputManagerService
677 nativeDisableInputDevice(mPtr, deviceId); in disableInputDevice()