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

  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 260 static void nativeDestroyDirectChannel(JNIEnv *_env, jclass _this, jlong sensorManager,
506 {"nativeDestroyDirectChannel",
508 (void*)nativeDestroyDirectChannel },
  /frameworks/base/core/java/android/hardware/
SystemSensorManager.java 65 private static native void nativeDestroyDirectChannel(
616 nativeDestroyDirectChannel(mNativeInstance, channel.getNativeHandle());
    [all...]

Completed in 63 milliseconds