Searched refs:nativeIsDataInjectionEnabled (Results 1 – 3 of 3) sorted by relevance
276 static jboolean nativeIsDataInjectionEnabled(JNIEnv *_env, jclass _this, jlong sensorManager) { in nativeIsDataInjectionEnabled() function562 {"nativeIsDataInjectionEnabled", "(J)Z", (void *)nativeIsDataInjectionEnabled},
94 private static native boolean nativeIsDataInjectionEnabled(long nativeInstance); in nativeIsDataInjectionEnabled() method in SystemSensorManager400 isDataInjectionModeEnabled = nativeIsDataInjectionEnabled(mNativeInstance); in initDataInjectionImpl()
22195 Landroid/hardware/SystemSensorManager;->nativeIsDataInjectionEnabled(J)Z