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

/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
H A DIFmRadio.aidl32 boolean rxSetBand(int band);
33 boolean rxSetBand_nb(int band);
H A DFmRadio.java280 public boolean rxSetBand(int band) { argument
285 return mService.rxSetBand(band);
297 public boolean rxSetBand_nb(int band) { argument
302 return mService.rxSetBand_nb(band);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmwifi_channels.h27 /* A chanspec holds the channel number, band, bandwidth and control sideband */
38 #define CH_5MHZ_APART 1 /* 2G band channels are 5 Mhz apart */
39 #define CH_MAX_2G_CHANNEL 14 /* Max channel in 2G band */
308 #define LCHSPEC_CREATE(chan, band, bw, sb) ((uint16)((chan) | (sb) | (bw) | (band)))
322 #define WF_CHAN_FACTOR_2_4_G 4814 /* 2.4 GHz band, 2407 MHz */
328 #define WF_CHAN_FACTOR_5_G 10000 /* 5 GHz band, 5000 MHz */
334 #define WF_CHAN_FACTOR_4_G 8000 /* 4.9 GHz band for Japan */
336 #define WLC_2G_25MHZ_OFFSET 5 /* 2.4GHz band channel offset */
363 * specified a band, b
[all...]
H A Dwlioctl.h327 chanspec_t channel; /* Channel num, bw, ctrl_sb and band */
343 int8 band; /* band */ member in struct:wl_extdscan_params
670 #define CCA_FLAG_2G_ONLY 0x01 /* Return a channel from 2.4 Ghz band */
671 #define CCA_FLAG_5G_ONLY 0x02 /* Return a channel from 2.4 Ghz band */
676 #define CCA_ERRNO_BAND 1 /* After filtering for band pref, no choices left */
751 uint32 band; member in struct:wl_channels_in_country
760 uint32 band; member in struct:wl_country_list
1022 uint band; /* band (optiona member in struct:__anon66
1785 uint16 band; member in struct:wl_po
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dp2p.h225 uint8 band; /* Regulatory Class (band) */ member in struct:wifi_p2p_channel_se_s
233 uint8 band; /* Regulatory Class (band) */ member in struct:wifi_p2p_chanlist_entry_s
/hardware/ti/wlan/mac80211/ti-utils/
H A Dplt.h149 TEST_CMD_TELEC, /* Carrier wave in a specific channel and band */
199 unsigned char band; member in struct:wl1271_cmd_cal_channel_tune
H A Dplt.c95 prms.band = (unsigned char)atoi(argv[0]);
118 COMMAND(plt, tune_channel, "<band> <channel>",
120 "Set band and channel for PLT\n");
651 single_dual = 1; /* going for dual band calibration */
653 single_dual = 0; /* going for single band calibration */
689 /* set flags in case of dual band */
723 plt_calibrate, "Do calibrate for single or dual band chip\n");
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
H A DFmRxApp.java79 sFmRadio.rxSetBand() with default band will be called.
734 * Set the default band , if the fm app is getting started first
746 * Setting the default band after the volume change when FM app
750 /* Set the default band */
867 /* tune to default frequency after the band change callback . */
873 * enable/re-enable,else tune to the default frequency when band
1061 int band = fmConfigPreferences.getInt(BAND, DEFAULT_BAND);
1062 Log.i(TAG, "setRdsConfig()--- band= " + band);
1063 if (band !
[all...]
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmRx.java402 private final int band; field in class:JFmRx.JFmRxBand
404 private JFmRxBand(int band) { argument
405 this.band = band;
409 return band;
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
H A DStubFmService.java182 * accordingly(band,volume,freq)
656 public boolean rxSetBand(int band) { argument
657 Log.i(TAG, "StubFmService:rxSetBand band " + band);
658 mCurrentBand = band;
671 band);
707 public boolean rxSetBand_nb(int band) { argument
708 Log.i(TAG, "StubFmService:rxSetBand_nb band " + band);
709 mCurrentBand = band;
[all...]

Completed in 1621 milliseconds