Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java340 private static native boolean nativeIsInputDeviceEnabled(long ptr, int deviceId); in nativeIsInputDeviceEnabled() method in InputManagerService
918 return nativeIsInputDeviceEnabled(mPtr, deviceId); in isInputDeviceEnabled()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp2106 static jboolean nativeIsInputDeviceEnabled(JNIEnv* env /* env */, in nativeIsInputDeviceEnabled() function
2337 {"nativeIsInputDeviceEnabled", "(JI)Z", (void*)nativeIsInputDeviceEnabled},