Home
last modified time | relevance | path

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

/hardware/ti/wpan/tools/FM/service/src/jni/
DJFmRxNative.cpp808 static int nativeJFmRx_Seek(JNIEnv *env, jobject obj,jlong jContextValue,jint jdirection) in nativeJFmRx_Seek() function
2166 {"nativeJFmRx_Seek","(JI)I", (void*)nativeJFmRx_Seek},
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
DJFmRx.java1051 int fmStatus = nativeJFmRx_Seek(context.getValue(), jFmRxSeekDirection.getValue()); in seek()
1403 private static native int nativeJFmRx_Seek(long contextValue, int jFmDirection); in nativeJFmRx_Seek() method in JFmRx