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

/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java31 private static JFmContext txContext; field in class:JFmTx
498 txContext = new JFmContext();
501 int fmStatus = nativeJFmTx_Create(txContext);
504 + ", txContext = " + txContext.getValue());
512 mTxContextsTable.put(txContext, this);
527 int fmStatus = nativeJFmTx_Destroy(txContext.getValue());
536 mTxContextsTable.remove(txContext);
554 int fmStatus = nativeJFmTx_Enable(txContext.getValue());
573 int status = nativeJFmTx_Disable(txContext
[all...]

Completed in 125 milliseconds