Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp230 static jboolean nativeIsDataInjectionEnabled(JNIEnv *_env, jclass _this, jlong sensorManager) { in nativeIsDataInjectionEnabled() function
507 (void*)nativeIsDataInjectionEnabled },
/aosp12/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java83 private static native boolean nativeIsDataInjectionEnabled(long nativeInstance); in nativeIsDataInjectionEnabled() method in SystemSensorManager
323 boolean isDataInjectionModeEnabled = nativeIsDataInjectionEnabled(mNativeInstance); in initDataInjectionImpl()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt25073 Landroid/hardware/SystemSensorManager;->nativeIsDataInjectionEnabled(J)Z