OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sFmRadio
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
FmTx.java
97
public static FmRadio
sFmRadio
;
142
sFmRadio
= new FmRadio(this, this);
167
switch (
sFmRadio
.txGetFMState()){
171
mStatus =
sFmRadio
.txEnable();
213
sFmRadio
= null;
275
mStatus =
sFmRadio
.txDisable();
375
mStatus =
sFmRadio
.txSetRdsMusicSpeechFlag(txMusicSpeech);
389
mStatus =
sFmRadio
.txSetPreEmphasisFilter(txEmpFilter);
402
mStatus =
sFmRadio
.txSetRdsTransmittedGroupsMask(RDS_RADIO_TRANSMITTED_GRP_RT_MASK | RDS_RADIO_TRANSMITTED_GRP_PS_MASK);
417
mStatus =
sFmRadio
.txSetRdsTextRtMsg(rds_mode, txRTCode, txRTCode.length())
[
all
...]
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxApp.java
72
sFmRadio
.rxEnable() is called from FM application, when the user selects FM radio icon from main menu.
74
Once the callback for
sFmRadio
.rxEnable() is received (EVENT_FM_ENABLED),
76
After this
sFmRadio
.rxSetVolume() with default volume will be called.
78
Once the callback for
sFmRadio
.rxSetVolume() is received(EVENT_VOLUME_CHANGE),
79
sFmRadio
.rxSetBand() with default band will be called.
81
Once the callback for
sFmRadio
.rxSetBand() is received(EVENT_BAND_CHANGE),
sFmRadio
.rxTune_nb()
84
Once the callback for
sFmRadio
.rxTune_nb()is received (EVENT_TUNE_COMPLETE)
85
sFmRadio
.rxEnableAudioRouting() will be called to enable audio.
91
sFmRadio
.rxSeek_nb() will be called and the callback for the same will be EVENT_SEEK_STARTED
[
all
...]
Completed in 50 milliseconds