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