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

  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmTx.java 25 public class JFmTx {
27 private static final String TAG = "JFmTx";
33 /** Hash table to store JFmContext handles based upon JFmTx. */
34 private static HashMap<JFmContext, JFmTx> mTxContextsTable = new HashMap<JFmContext, JFmTx>();
57 void fmTxCmdEnable(JFmTx context, JFmTxStatus status, long value);
59 void fmTxCmdDisable(JFmTx context, JFmTxStatus status, long value);
61 void fmTxCmdDestroy(JFmTx context, JFmTxStatus status, long value);
63 void fmTxCmdTune(JFmTx context, JFmTxStatus status, long value);
65 void fmTxCmdGetTunedFrequency(JFmTx context, JFmTxStatus status, long value)
    [all...]
  /hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
StubFmService.java 78 JFmRx.ICallback,JFmTx.ICallback, IFmConstants {
147 private JFmTx mJFmTx;
327 // create a single new JFmTx instance
328 mJFmTx = new JFmTx();
    [all...]

Completed in 1240 milliseconds