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

/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.cpp169 static int nativeJFmTx_Enable(JNIEnv *env, jobject obj, jlong jContextValue) function
1745 {"nativeJFmTx_Enable","(J)I", (void*)nativeJFmTx_Enable},
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java554 int fmStatus = nativeJFmTx_Enable(txContext.getValue());
556 JFmLog.d(TAG, "After nativeJFmTx_Enable, status = " + jFmTxStatus.toString());
558 JFmLog.e(TAG, "txEnable: exception during nativeJFmTx_Enable (" + e.toString() + ")");
1421 private static native int nativeJFmTx_Enable(long contextValue); method in class:JFmTx

Completed in 68 milliseconds