Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1666 static jboolean nativeIsInputDeviceEnabled(JNIEnv* env /* env */, in nativeIsInputDeviceEnabled() function
1807 (void*) nativeIsInputDeviceEnabled },
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java241 private static native boolean nativeIsInputDeviceEnabled(long ptr, int deviceId); in nativeIsInputDeviceEnabled() method in InputManagerService
692 return nativeIsInputDeviceEnabled(mPtr, deviceId); in isInputDeviceEnabled()