Searched defs:tpCode (Results 1 - 3 of 3) sorted by relevance
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/ |
H A D | FmRadio.java | 1781 public boolean txSetRdsTrafficCodes(int taCode, int tpCode) { argument 1786 return mService.txSetRdsTrafficCodes(taCode, tpCode);
|
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/ |
H A D | JFmTx.java | 138 void fmTxCmdSetRdsTrafficCodes(JFmTx context, JFmTxStatus status, int taCode, int tpCode); argument 140 void fmTxCmdGetRdsTrafficCodes(JFmTx context, JFmTxStatus status, int taCode, int tpCode); argument 445 private final int tpCode; field in class:JFmTx.JFmTpCode 447 private JFmTpCode(int tpCode) { argument 448 this.tpCode = tpCode; 452 return tpCode; 1331 public JFmTxStatus txSetRdsTrafficCodes(JFmTaCode taCode, JFmTpCode tpCode) { argument 1338 tpCode.getValue()); 1471 int tpCode); 1470 nativeJFmTx_SetRdsTrafficCodes(long contextValue, int taCode, int tpCode) argument 2337 nativeCb_fmTxCmdSetRdsTrafficCodes(long contextValue, int status, int taCode, int tpCode) argument 2361 nativeCb_fmTxCmdGetRdsTrafficCodes(long contextValue, int status, int taCode, int tpCode) argument [all...] |
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/ |
H A D | StubFmService.java | 4594 public boolean txSetRdsTrafficCodes(int taCode, int tpCode){ argument 4609 JFmTx.JFmTpCode.class, tpCode); 6529 int tacode,int tpCode) { 6538 int tacode,int tpCode) { 6541 Log.d(TAG, " fmTxCmdGetRdsTrafficCodes ( status: " + status + " ) tpCode: " +tpCode+ " tacode: " + tacode ); 6528 fmTxCmdSetRdsTrafficCodes(JFmTx context, JFmTxStatus status, int tacode,int tpCode) argument 6537 fmTxCmdGetRdsTrafficCodes(JFmTx context, JFmTxStatus status, int tacode,int tpCode) argument
|
Completed in 22 milliseconds