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

/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.cpp751 static int nativeJFmTx_SetRdsAfCode(JNIEnv *env, jobject obj, jlong jContextValue,jint afCode) function
758 ALOGD("nativeJFmTx_SetRdsAfCode(): Enter");
1783 {"nativeJFmTx_SetRdsAfCode","(JI)I", (void*)nativeJFmTx_SetRdsAfCode},
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java1032 int status = nativeJFmTx_SetRdsAfCode(txContext.getValue(), afCode);
1034 JFmLog.d(TAG, "After nativeJFmTx_SetRdsAfCode, status = " + jFmTxStatus.toString());
1036 JFmLog.e(TAG, "txSetRdsAfCode: exception during nativeJFmTx_SetRdsAfCode ("
1492 private static native int nativeJFmTx_SetRdsAfCode(long contextValue, int afCode); method in class:JFmTx

Completed in 11 milliseconds