Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1690 static void nativeEnableInputDevice(JNIEnv* /* env */, in nativeEnableInputDevice() function
1801 {"nativeEnableInputDevice", "(JI)V", (void*)nativeEnableInputDevice},
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java243 private static native void nativeEnableInputDevice(long ptr, int deviceId); in nativeEnableInputDevice() method in InputManagerService
720 nativeEnableInputDevice(mPtr, deviceId); in enableInputDevice()