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

/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
H A DIFmRadio.aidl123 boolean txSetRdsAfCode(int afCode);
H A DFmRadio.java1646 public boolean txSetRdsAfCode(int afCode) { argument
1651 return mService.txSetRdsAfCode(afCode);
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
H A DFmTx.java626 int afCode = fmConfigPreferences.getInt(AF_CODE,DEFAULT_AFCODE);
627 Log.i(TAG,"setRdsConfig-- >afCode = "+afCode);
628 if (mAfCode != afCode) {
629 mAfCode = afCode;
630 mStatus = sFmRadio.txSetRdsAfCode(afCode);
H A DFmTxConfig.java118 edtAfCode = (EditText)findViewById(R.id.afCode);
/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.cpp751 static int nativeJFmTx_SetRdsAfCode(JNIEnv *env, jobject obj, jlong jContextValue,jint afCode) argument
756 sprintf(str, "%d", afCode);
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java1026 public JFmTxStatus txSetRdsAfCode(int afCode) { argument
1032 int status = nativeJFmTx_SetRdsAfCode(txContext.getValue(), afCode);
1492 private static native int nativeJFmTx_SetRdsAfCode(long contextValue, int afCode); argument
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
H A DStubFmService.java4252 public boolean txSetRdsAfCode(int afCode) { argument
4259 JFmTxStatus status = mJFmTx.txSetRdsAfCode(afCode);

Completed in 88 milliseconds