Home
last modified time | relevance | path

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

/hardware/ti/wpan/tools/FM/service/src/jni/
DJFmRxNative.cpp362 static int nativeJFmRx_Destroy(JNIEnv *env, jobject obj,jlong jContextValue) in nativeJFmRx_Destroy() function
2146 {"nativeJFmRx_Destroy", "(J)I", (void*)nativeJFmRx_Destroy},
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
DJFmRx.java561 int fmStatus = nativeJFmRx_Destroy(context.getValue()); in destroy()
1366 private static native int nativeJFmRx_Destroy(long contextValue); in nativeJFmRx_Destroy() method in JFmRx