Searched refs:txSetRdsTextRtMsg (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
H A DIFmRadio.aidl135 boolean txSetRdsTextRtMsg(int msgType, String msg, int msgLength);
H A DFmRadio.java1747 public boolean txSetRdsTextRtMsg(int msgType, String msg, int msgLength) { method in class:FmRadio
1749 Log.d(TAG, "FmRadio:txSetRdsTextRtMsg");
1752 return mService.txSetRdsTextRtMsg(msgType, msg, msgLength);
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
H A DFmTx.java417 mStatus = sFmRadio.txSetRdsTextRtMsg(rds_mode, txRTCode, txRTCode.length());
426 mStatus = sFmRadio.txSetRdsTextRtMsg(rds_mode, txRTCode, txRTCode.length());
937 Log.i(TAG, "Testing txSetRdsTextRtMsg(2,RtMsg,5) returned = "
938 + sFmRadio.txSetRdsTextRtMsg(2,"RtMsg",5));
1223 Log.i(TAG, "txSetRdsTextRtMsg()--- rtStr= " + rtStr.toString());
1224 mStatus = sFmRadio.txSetRdsTextRtMsg(RDS_TEXT_TYPE_RT_B,rtStr,rtStr.length()); //msgType =4
1226 Log.i(TAG, "Fm Tx--> txSetRdsTextRtMsg TX failed !!");
1228 Log.i(TAG, "Fm Tx--> TX txSetRdsTextRtMsg is SUCCESSFUll !!");
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java1253 public JFmTxStatus txSetRdsTextRtMsg(JFmRdsRtMsgType msgType, String msg, int msgLength) { method in class:JFmTx
1254 JFmLog.d(TAG, "txSetRdsTextRtMsg: entered");
1255 JFmLog.d(TAG, "txSetRdsTextRtMsg msg = " + msg + " msgLength = " + msgLength);
1264 JFmLog.e(TAG, "txSetRdsTextRtMsg: exception during nativeJFmTx_SetRdsECC ("
1268 JFmLog.d(TAG, "txSetRdsTextRtMsg: exiting");
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
H A DStubFmService.java4509 public boolean txSetRdsTextRtMsg(int msgType, String msg, int msgLength){ method in class:StubFmService
4510 Log.i(TAG, "StubFmService:txSetRdsTextRtMsg ");
4518 Log.e(TAG, "StubFmService:txSetRdsTextRtMsg invalid lMsgType " + lMsgType);
4521 JFmTxStatus status = mJFmTx.txSetRdsTextRtMsg(lMsgType,msg,msgLength);
4523 Log.i(TAG, "mJFmTx.txSetRdsTextRtMsg returned status " + status.toString());
4525 Log.e(TAG, "mJFmTx.txSetRdsTextRtMsg returned status " + status.toString());

Completed in 194 milliseconds