Searched refs:nativeCanDispatchToDisplay (Results 1 – 2 of 2) sorted by relevance
1719 static jboolean nativeCanDispatchToDisplay(JNIEnv* env, jclass /* clazz */, jlong ptr, in nativeCanDispatchToDisplay() function1806 (void*) nativeCanDispatchToDisplay },
241 private static native boolean nativeCanDispatchToDisplay(long ptr, int deviceId, int displayId); in nativeCanDispatchToDisplay() method in InputManagerService1930 return nativeCanDispatchToDisplay(mPtr, deviceId, displayId); in canDispatchToDisplay()