Searched refs:txTune (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
H A DIFmRadio.aidl106 boolean txTune(long freq);
H A DFmRadio.java1476 public boolean txTune(long freq) { method in class:FmRadio
1478 Log.d(TAG, "FmRadio:txTune");
1481 return mService.txTune(freq);
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
H A DFmTx.java800 mStatus = sFmRadio.txTune((long)(freqValue.floatValue()*1000));
827 mStatus = sFmRadio.txTune((long)(freqValue.floatValue()*1000));
1016 "Testing txTune() returned = "
1017 + sFmRadio.txTune(104000));
1067 mStatus = sFmRadio.txTune((long)(freqValue.floatValue()*1000));
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java584 public JFmTxStatus txTune(JFmTxFreq jfmTxFreq) { method in class:JFmTx
586 JFmLog.d(TAG, "txTune: entered");
596 JFmLog.e(TAG, "txTune: exception during nativeJFmTx_Tune (" + e.toString() + ")");
599 JFmLog.d(TAG, "txTune: exiting");
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
H A DStubFmService.java3768 public boolean txTune(long freq) { method in class:StubFmService
3769 Log.i(TAG, "StubFmService:txTune " + freq);
3775 Log.e(TAG, "StubFmService:txTune invalid frequency " + lFreq);
3778 Log.d(TAG, "StubFmService:txTune " + lFreq);
3779 JFmTxStatus status = mJFmTx.txTune(lFreq);
3782 Log.e(TAG, "mJFmTx.txTune returned status " + status.toString());

Completed in 53 milliseconds