Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_SensorManager.cpp260 static void nativeDestroyDirectChannel(JNIEnv *_env, jclass _this, jlong sensorManager, in nativeDestroyDirectChannel() function
508 (void*)nativeDestroyDirectChannel },
/frameworks/base/core/java/android/hardware/
DSystemSensorManager.java66 private static native void nativeDestroyDirectChannel( in nativeDestroyDirectChannel() method in SystemSensorManager
617 nativeDestroyDirectChannel(mNativeInstance, channel.getNativeHandle()); in destroyDirectChannelImpl()