HomeSort by relevance Sort by last modified time
    Searched refs:txTune (Results 1 - 5 of 5) sorted by null

  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
IFmRadio.aidl 106 boolean txTune(long freq);
FmRadio.java     [all...]
  /hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
FmTx.java 800 mStatus = sFmRadio.txTune((long)(freqValue.floatValue()*1000));
827 mStatus = sFmRadio.txTune((long)(freqValue.floatValue()*1000));
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmTx.java 584 public JFmTxStatus txTune(JFmTxFreq jfmTxFreq) {
586 JFmLog.d(TAG, "txTune: entered");
596 JFmLog.e(TAG, "txTune: exception during nativeJFmTx_Tune (" + e.toString() + ")");
599 JFmLog.d(TAG, "txTune: exiting");
    [all...]
  /hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
StubFmService.java     [all...]

Completed in 1007 milliseconds