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

/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
H A DFmRxFreqInput.java145 float UpdateFrequency(float freq) { argument
146 Log.d(TAG, "FM App: UpdateFrequency %d." + freq);
147 if (freq < BaseFreq() || freq > LastFreq()) {
148 freq = 0;
150 return (float) freq;
H A DFmRxApp.java294 String freq = item.get(ITEM_VALUE);
298 if (freq.equals(""))
302 btnStation1.setText(freq);
306 if (freq.equals(""))
310 btnStation2.setText(freq);
314 if (freq.equals(""))
318 btnStation3.setText(freq);
322 if (freq.equals(""))
326 btnStation4.setText(freq);
330 if (freq
447 updateSetStation(int index, String freq, String name) argument
546 SetStation(Integer index, String freq, String name) argument
573 UnSetStation(Integer index, String freq, String name) argument
[all...]
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
H A DIFmRadio.aidl63 boolean rxTune_nb(int freq);
106 boolean txTune(long freq);
H A DFmRadio.java927 public boolean rxTune_nb(int freq) { argument
932 return mService.rxTune_nb(freq);
1476 public boolean txTune(long freq) { argument
1481 return mService.txTune(freq);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Ddhdioctl.h93 uint freq; /* Max ticks between tx/rx attempts */ member in struct:dhd_pktgen
H A Dbcmwifi_channels.h435 * @param freq frequency in MHz
443 extern int wf_mhz2channel(uint freq, uint start_factor);
485 extern uint wf_freq2channel(uint freq);
/hardware/msm7k/liblights/
H A Dlights.c204 int blink, freq, pwm; local
252 // the LED appears to blink about once per second if freq is 20
254 freq = totalMS / 50;
267 freq = 0;
273 write_int(RED_FREQ_FILE, freq);
/hardware/qcom/display/liblight/
H A Dlights.c147 int blink, freq, pwm; local
173 // the LED appears to blink about once per second if freq is 20
175 freq = totalMS / 50;
188 freq = 0;
219 write_int(freq_file, freq);
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
H A Ddriver_nl80211.h101 int freq; member in struct:i802_bss
/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
H A Ddriver_nl80211.h101 int freq; member in struct:i802_bss
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
H A Ddriver_mac80211.c914 if (iwe->u.freq.e == 0) {
924 if (res->res.freq) {
928 if (iwe->u.freq.m >= 1 && iwe->u.freq.m <= 13) {
929 res->res.freq = 2407 + 5 * iwe->u.freq.m;
931 } else if (iwe->u.freq.m == 14) {
932 res->res.freq = 2484;
937 if (iwe->u.freq.e > 6) {
938 wpa_printf(MSG_DEBUG, "Invalid freq i
[all...]
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/
H A DFmTx.java739 float UpdateFrequency(float freq) { argument
740 Log.d(TAG, "FM App: UpdateFrequency %d." + freq);
741 if (freq < BaseFreq() || freq > LastFreq()) {
742 freq = 0;
744 Log.d(TAG, "FM App: returned %d." + freq);
745 return (float) freq;
/hardware/ti/wlan/mac80211/ti-utils/
H A Dcalibrator.h129 int ieee80211_frequency_to_channel(int freq);
/hardware/ti/wpan/tools/kfmapp/
H A Dkfmapp.c76 printf("f <freq> tune to freq(in MHz)\n");
95 printf("f <freq> tune to freq(in MHz)\n");
679 /* Display seeked freq */
1020 freq,perc,threshold,divide_by; local
1049 for(freq=start_frq;freq<=end_frq;freq+=0.1)
1052 vf.frequency = rint(freq*100
[all...]
/hardware/msm7k/libaudio/
H A DAudioHardware.h59 uint16_t freq; member in struct:android::eq_filter_type
/hardware/msm7k/libaudio-qsd8k/
H A DAudioHardware.h117 uint16_t freq; member in struct:android::eq_filter_type
/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmRxNative.cpp50 void nativeJFmRx_PS_Callback(long context,int status, int freq,
183 int status = 0,startIndex=0,repertoire,freq; local
220 nativeJFmRx_PS_Callback(jContext,status,freq,len,rds_psn,repertoire);
1322 void nativeJFmRx_PS_Callback(long context,int status, int freq, argument
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
H A DStubFmService.java182 * accordingly(band,volume,freq)
2088 public boolean rxTune_nb(int freq) { argument
2089 Log.i(TAG, "StubFmService: rxTune_nb " + freq);
2091 mCurrentFrequency = freq;
2096 if (freq < BaseFreq() || freq > LastFreq()) {
2098 + freq);
2103 JFmRx.JFmRxFreq lFreq = new JFmRx.JFmRxFreq(freq);
3768 public boolean txTune(long freq) { argument
3769 Log.i(TAG, "StubFmService:txTune " + freq);
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu.c636 pktgen.freq = opts.uval;
706 str, pktgen.count, pktgen.minlen, pktgen.maxlen, pktgen.freq);
715 printf("%sprint every %d ticks", str, (pktgen.freq * pktgen.print));

Completed in 699 milliseconds