Searched refs:nativeIsInputDeviceEnabled (Results 1 – 2 of 2) sorted by relevance
1664 static jboolean nativeIsInputDeviceEnabled(JNIEnv* env /* env */, in nativeIsInputDeviceEnabled() function1794 (void*) nativeIsInputDeviceEnabled },
234 private static native boolean nativeIsInputDeviceEnabled(long ptr, int deviceId); in nativeIsInputDeviceEnabled() method in InputManagerService677 return nativeIsInputDeviceEnabled(mPtr, deviceId); in isInputDeviceEnabled()