Searched refs:nativeJFmTx_Create (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.cpp133 static int nativeJFmTx_Create(JNIEnv *env,jobject obj,jobject jContextValue) function
1743 {"nativeJFmTx_Create","(Lcom/ti/jfm/core/JFmContext;)I", (void*)nativeJFmTx_Create},
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java500 JFmLog.d(TAG, "Calling nativeJFmTx_Create");
501 int fmStatus = nativeJFmTx_Create(txContext);
503 JFmLog.d(TAG, "After nativeJFmTx_Create, status = " + jFmTxStatus.toString()
1419 private static native int nativeJFmTx_Create(JFmContext contextValue); method in class:JFmTx

Completed in 10 milliseconds