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

/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
H A DIFmRadio.aidl127 boolean txSetRdsPtyCode(int ptyCode);
H A DFmRadio.java1680 public boolean txSetRdsPtyCode(int ptyCode) { method in class:FmRadio
1681 Log.d(TAG, "FmRadio:txSetRdsPtyCode");
1684 return mService.txSetRdsPtyCode(ptyCode);
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
H A DFmTx.java464 mStatus = sFmRadio.txSetRdsPtyCode(txPtyCode);
466 Log.i(TAG, "Fm Tx--> txSetRdsPtyCode TX failed !!");
469 Log.i(TAG, "Fm Tx--> TX txSetRdsPtyCode is SUCCESSFUll !!");
906 Log.i(TAG, "Testing txSetRdsPtyCode(0) returned = "
907 + sFmRadio.txSetRdsPtyCode(0));
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java1098 public JFmTxStatus txSetRdsPtyCode(JFmTxRdsPtyCode ptyCode) { method in class:JFmTx
1099 JFmLog.d(TAG, "txSetRdsPtyCode: entered");
1108 JFmLog.e(TAG, "txSetRdsPtyCode: exception during nativeJFmTx_SetRdsPtyCode("
1112 JFmLog.d(TAG, "txSetRdsPtyCode: exiting");
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
H A DStubFmService.java4334 public boolean txSetRdsPtyCode(int ptyCode) { method in class:StubFmService
4335 Log.i(TAG, "StubFmService:txSetRdsPtyCode ");
4343 Log.e(TAG, "StubFmService:txSetRdsPtyCode invalid ptyCode " + lPtyCode);
4347 JFmTxStatus status = mJFmTx.txSetRdsPtyCode(lPtyCode);
4349 Log.i(TAG, "mJFmTx.txSetRdsPtyCode returned status " + status.toString());
4351 Log.e(TAG, "mJFmTx.txSetRdsPtyCode returned status " + status.toString());

Completed in 92 milliseconds