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

/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.cpp262 static int nativeJFmTx_EnableRds(JNIEnv *env, jobject obj, jlong jContextValue) function
267 V4L2_JBTL_LOGD("nativeJFmTx_EnableRds(): Init");
287 V4L2_JBTL_LOGD("nativeJFmTx_EnableRds(): Exit");;
1750 {"nativeJFmTx_EnableRds","(J)I", (void*)nativeJFmTx_EnableRds},
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java705 int status = nativeJFmTx_EnableRds(txContext.getValue());
707 JFmLog.d(TAG, "After nativeJFmTx_EnableRds, status = " + jFmTxStatus.toString());
709 JFmLog.e(TAG, "txEnableRds: exception during nativeJFmTx_EnableRds (" + e.toString()
1439 private static native int nativeJFmTx_EnableRds(long contextValue); method in class:JFmTx

Completed in 412 milliseconds