OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JFmRx
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRx.java
25
public class
JFmRx
{
27
private static final String TAG = "
JFmRx
";
33
/** Hash table to store JFmContext handles based upon
JFmRx
. */
34
private static HashMap<JFmContext,
JFmRx
> mRxContextsTable = new HashMap<JFmContext,
JFmRx
>();
46
JFmLog.e("
JFmRx
", "Exception during NativeJFmRx_ClassInitNative ("
55
void fmRxRawRDS(
JFmRx
context, JFmRxStatus status, JFmRxRdsGroupTypeMask bitInMaskValue,
58
void fmRxRadioText(
JFmRx
context, JFmRxStatus status, boolean resetDisplay, byte[] msg1,
61
void fmRxPiCodeChanged(
JFmRx
context, JFmRxStatus status, JFmRxRdsPiCode pi);
63
void fmRxPtyCodeChanged(
JFmRx
context, JFmRxStatus status, JFmRxRdsPtyCode pty)
[
all
...]
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
StubFmService.java
78
JFmRx
.ICallback,JFmTx.ICallback, IFmConstants {
146
private
JFmRx
mJFmRx;
173
private
JFmRx
.JFmRxMonoStereoMode mMode =
JFmRx
.JFmRxMonoStereoMode.FM_RX_STEREO;
325
// create a single new
JFmRx
instance
326
mJFmRx = new
JFmRx
();
670
JFmRx
.JFmRxBand lBand = JFmUtils.getEnumConst(
JFmRx
.JFmRxBand.class,
720
JFmRx
.JFmRxBand lBand = JFmUtils.getEnumConst(
JFmRx
.JFmRxBand.class
[
all
...]
Completed in 25 milliseconds