Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_SensorManager.cpp230 static jboolean nativeIsDataInjectionEnabled(JNIEnv *_env, jclass _this, jlong sensorManager) { in nativeIsDataInjectionEnabled() function
500 (void*)nativeIsDataInjectionEnabled },
/frameworks/base/core/java/android/hardware/
DSystemSensorManager.java62 private static native boolean nativeIsDataInjectionEnabled(long nativeInstance); in nativeIsDataInjectionEnabled() method in SystemSensorManager
293 boolean isDataInjectionModeEnabled = nativeIsDataInjectionEnabled(mNativeInstance); in initDataInjectionImpl()