Searched refs:piCode (Results 1 - 7 of 7) sorted by relevance

/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
H A DIFmRadio.aidl125 boolean txSetRdsPiCode(int piCode);
H A DFmRadio.java1663 public boolean txSetRdsPiCode(int piCode) { argument
1668 return mService.txSetRdsPiCode(piCode);
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
H A DFmTx.java610 int piCode = fmConfigPreferences.getInt(PI_CODE,DEFAULT_PICODE);
611 Log.i(TAG,"setRdsConfig-- >piCode =" + piCode );
613 if (mPiCode != piCode) {
614 mPiCode = piCode;
615 mStatus = sFmRadio.txSetRdsPiCode(piCode);
H A DFmTxConfig.java117 edtPiCode = (EditText)findViewById(R.id.piCode);
/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.cpp720 static int nativeJFmTx_SetRdsPiCode(JNIEnv *env, jobject obj, jlong jContextValue,jint piCode) argument
731 vctrls.value = piCode;
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java1062 public JFmTxStatus txSetRdsPiCode(JFmTxRdsPiCode piCode) { argument
1068 int status = nativeJFmTx_SetRdsPiCode(txContext.getValue(), piCode.getValue());
1496 private static native int nativeJFmTx_SetRdsPiCode(long contextValue, int piCode); argument
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
H A DStubFmService.java4291 public boolean txSetRdsPiCode(int piCode){ argument
4297 JFmTx.JFmTxRdsPiCode lPiCode = new JFmTx.JFmTxRdsPiCode(piCode);

Completed in 149 milliseconds