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

/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.cpp294 static int nativeJFmTx_DisableRds(JNIEnv *env, jobject obj, jlong jContextValue) function
299 V4L2_JBTL_LOGD("nativeJFmTx_DisableRds(): Init");
319 V4L2_JBTL_LOGD("nativeJFmTx_DisableRds(): Exit");;
1751 {"nativeJFmTx_DisableRds","(J)I", (void*)nativeJFmTx_DisableRds},
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java723 int status = nativeJFmTx_DisableRds(txContext.getValue());
725 JFmLog.d(TAG, "After nativeJFmTx_DisableRds, status = " + jFmTxStatus.toString());
727 JFmLog.e(TAG, "txDisableRds: exception during nativeJFmTx_DisableRds (" + e.toString()
1441 private static native int nativeJFmTx_DisableRds(long contextValue); method in class:JFmTx

Completed in 28 milliseconds