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

/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.cpp687 static int nativeJFmTx_SetRdsPtyCode(JNIEnv *env, jobject obj, jlong jContextValue,jint ptyCode) function
694 ALOGE("nativeJFmTx_SetRdsPtyCode(): Entered");
710 ALOGE("nativeJFmTx_SetRdsPtyCode(): Exit");
1779 {"nativeJFmTx_SetRdsPtyCode","(JI)I", (void*)nativeJFmTx_SetRdsPtyCode},
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java1104 int status = nativeJFmTx_SetRdsPtyCode(txContext.getValue(), ptyCode.getValue());
1106 JFmLog.d(TAG, "After nativeJFmTx_SetRdsPtyCode, status = " + jFmTxStatus.toString());
1108 JFmLog.e(TAG, "txSetRdsPtyCode: exception during nativeJFmTx_SetRdsPtyCode("
1500 private static native int nativeJFmTx_SetRdsPtyCode(long contextValue, int ptyCode); method in class:JFmTx

Completed in 10 milliseconds