HomeSort by relevance Sort by last modified time
    Searched defs:nativeIsDataInjectionEnabled (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 230 static jboolean nativeIsDataInjectionEnabled(JNIEnv *_env, jclass _this, jlong sensorManager) {
498 {"nativeIsDataInjectionEnabled",
500 (void*)nativeIsDataInjectionEnabled },
  /frameworks/base/core/java/android/hardware/
SystemSensorManager.java 61 private static native boolean nativeIsDataInjectionEnabled(long nativeInstance);
292 boolean isDataInjectionModeEnabled = nativeIsDataInjectionEnabled(mNativeInstance);
    [all...]

Completed in 339 milliseconds