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

/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java1116 public JFmTxStatus txGetRdsPtyCode() { method in class:JFmTx
1117 JFmLog.d(TAG, "txGetRdsPtyCode: entered");
1126 JFmLog.e(TAG, "txGetRdsPtyCode: exception during nativeJFmTx_GetRdsPtyCode("
1130 JFmLog.d(TAG, "txGetRdsPtyCode: exiting");
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
H A DStubFmService.java4359 public boolean txGetRdsPtyCode( ) { method in class:StubFmService
4360 Log.i(TAG, "StubFmService:txGetRdsPtyCode ");
4365 JFmTxStatus status = mJFmTx.txGetRdsPtyCode();
4367 Log.i(TAG, "mJFmTx.txGetRdsPtyCode returned status " + status.toString());
4369 Log.e(TAG, "mJFmTx.txGetRdsPtyCode returned status " + status.toString());

Completed in 37 milliseconds