Home
last modified time | relevance | path

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

/hardware/ti/wpan/tools/FM/service/src/jni/
DJFmRxNative.cpp373 static int nativeJFmRx_Enable(JNIEnv *env, jobject obj, jlong jContextValue) in nativeJFmRx_Enable() function
2147 {"nativeJFmRx_Enable", "(J)I", (void*)nativeJFmRx_Enable},
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
DJFmRx.java589 int fmStatus = nativeJFmRx_Enable(context.getValue()); in enable()
1368 private static native int nativeJFmRx_Enable(long contextValue); in nativeJFmRx_Enable() method in JFmRx