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

/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.cpp715 static int nativeJFmTx_GetRdsPtyCode(JNIEnv *env, jobject obj, jlong jContextValue,jint ptyCode) function
1780 {"nativeJFmTx_GetRdsPtyCode","(J)I", (void*)nativeJFmTx_GetRdsPtyCode},
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java1122 int status = nativeJFmTx_GetRdsPtyCode(txContext.getValue());
1124 JFmLog.d(TAG, "After nativeJFmTx_GetRdsPtyCode, status = " + jFmTxStatus.toString());
1126 JFmLog.e(TAG, "txGetRdsPtyCode: exception during nativeJFmTx_GetRdsPtyCode("
1502 private static native int nativeJFmTx_GetRdsPtyCode(long contextValue); method in class:JFmTx

Completed in 11 milliseconds