Searched defs:ptyCode (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
H A DFmRadio.java1680 public boolean txSetRdsPtyCode(int ptyCode) { argument
1684 return mService.txSetRdsPtyCode(ptyCode);
/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.cpp687 static int nativeJFmTx_SetRdsPtyCode(JNIEnv *env, jobject obj, jlong jContextValue,jint ptyCode) argument
699 vctrls.value = ptyCode;
715 static int nativeJFmTx_GetRdsPtyCode(JNIEnv *env, jobject obj, jlong jContextValue,jint ptyCode) argument
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java1098 public JFmTxStatus txSetRdsPtyCode(JFmTxRdsPtyCode ptyCode) { argument
1104 int status = nativeJFmTx_SetRdsPtyCode(txContext.getValue(), ptyCode.getValue());
1500 private static native int nativeJFmTx_SetRdsPtyCode(long contextValue, int ptyCode); argument
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
H A DStubFmService.java4334 public boolean txSetRdsPtyCode(int ptyCode) { argument
4341 JFmTx.JFmTxRdsPtyCode lPtyCode = new JFmTx.JFmTxRdsPtyCode(ptyCode);
4343 Log.e(TAG, "StubFmService:txSetRdsPtyCode invalid ptyCode " + lPtyCode);

Completed in 115 milliseconds