Searched defs:cf2 (Results 1 - 18 of 18) sorted by path

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dmsfmrgts.cpp948 ChoiceFormat *cf2 = new ChoiceFormat(pat, status); local
949 pat2 = cf2->toPattern(pat2);
960 delete cf2;
/external/chromium_org/third_party/skia/tests/
H A DColorFilterTest.cpp81 SkColorFilter* cf2 = reincarnate_colorfilter(cf); local
82 SkAutoUnref aur2(cf2);
83 REPORTER_ASSERT(reporter, cf2);
87 REPORTER_ASSERT(reporter, cf2->asColorMode(&c2, &m2));
/external/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.cpp948 ChoiceFormat *cf2 = new ChoiceFormat(pat, status); local
949 pat2 = cf2->toPattern(pat2);
960 delete cf2;
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/skia/tests/
H A DColorFilterTest.cpp81 SkColorFilter* cf2 = reincarnate_colorfilter(cf); local
82 SkAutoUnref aur2(cf2);
83 REPORTER_ASSERT(reporter, cf2);
87 REPORTER_ASSERT(reporter, cf2->asColorMode(&c2, &m2));
/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddfs.c490 int cf2, u32 state)
544 int chan_width, int cf1, int cf2)
681 u8 cf1 = 0, cf2 = 0; local
683 channel = dfs_get_valid_channel(iface, &sec, &cf1, &cf2,
694 iface->conf->vht_oper_centr_freq_seg1_idx = cf2;
731 int cf1, int cf2)
734 "success=%d freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
735 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
740 chan_width, cf1, cf2,
921 int cf1, int cf2)
488 set_dfs_state(struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2, u32 state) argument
543 dfs_are_channels_overlapped(struct hostapd_iface *iface, int freq, int chan_width, int cf1, int cf2) argument
729 hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) argument
919 hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) argument
948 hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) argument
[all...]
H A Ddrv_callbacks.c439 int offset, int width, int cf1, int cf2)
446 "freq=%d, ht=%d, offset=%d, width=%d, cf1=%d, cf2=%d",
447 freq, ht, offset, width, cf1, cf2);
481 if (cf2 > 5000)
482 seg1_idx = (cf2 - 5000) / 5;
486 seg1_idx = hostapd_hw_get_channel(hapd, cf2);
913 radar->cf1, radar->cf2);
923 radar->cf1, radar->cf2);
933 radar->cf1, radar->cf2);
943 radar->cf1, radar->cf2);
438 hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht, int offset, int width, int cf1, int cf2) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h4074 * @cf2: Center frequency 2
4082 int cf2; member in struct:wpa_event_data::ch_switch
4108 int cf2; member in struct:wpa_event_data::dfs_event
H A Ddriver_nl80211.c1705 static int calculate_chan_offset(int width, int freq, int cf1, int cf2) argument
1735 struct nlattr *cf1, struct nlattr *cf2)
1775 cf2 ? nla_get_u32(cf2) : 0);
1788 if (cf2)
1789 data.ch_switch.cf2 = nla_get_u32(cf2);
2884 data.dfs_event.cf2 = nla_get_u32(tb[NL80211_ATTR_CENTER_FREQ2]);
2886 wpa_printf(MSG_DEBUG, "nl80211: DFS event on freq %d MHz, ht: %d, offset: %d, width: %d, cf1: %dMHz, cf2: %dMHz",
2889 data.dfs_event.cf1, data.dfs_event.cf2);
1732 mlme_event_ch_switch(struct wpa_driver_nl80211_data *drv, struct nlattr *ifindex, struct nlattr *freq, struct nlattr *type, struct nlattr *bw, struct nlattr *cf1, struct nlattr *cf2) argument
[all...]
/external/wpa_supplicant_8/src/ap/
H A Ddfs.c490 int cf2, u32 state)
544 int chan_width, int cf1, int cf2)
681 u8 cf1 = 0, cf2 = 0; local
683 channel = dfs_get_valid_channel(iface, &sec, &cf1, &cf2,
694 iface->conf->vht_oper_centr_freq_seg1_idx = cf2;
731 int cf1, int cf2)
734 "success=%d freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
735 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
740 chan_width, cf1, cf2,
921 int cf1, int cf2)
488 set_dfs_state(struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2, u32 state) argument
543 dfs_are_channels_overlapped(struct hostapd_iface *iface, int freq, int chan_width, int cf1, int cf2) argument
729 hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) argument
919 hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) argument
948 hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) argument
[all...]
H A Ddrv_callbacks.c439 int offset, int width, int cf1, int cf2)
446 "freq=%d, ht=%d, offset=%d, width=%d, cf1=%d, cf2=%d",
447 freq, ht, offset, width, cf1, cf2);
481 if (cf2 > 5000)
482 seg1_idx = (cf2 - 5000) / 5;
486 seg1_idx = hostapd_hw_get_channel(hapd, cf2);
913 radar->cf1, radar->cf2);
923 radar->cf1, radar->cf2);
933 radar->cf1, radar->cf2);
943 radar->cf1, radar->cf2);
438 hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht, int offset, int width, int cf1, int cf2) argument
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h4074 * @cf2: Center frequency 2
4082 int cf2; member in struct:wpa_event_data::ch_switch
4108 int cf2; member in struct:wpa_event_data::dfs_event
H A Ddriver_nl80211.c1705 static int calculate_chan_offset(int width, int freq, int cf1, int cf2) argument
1735 struct nlattr *cf1, struct nlattr *cf2)
1775 cf2 ? nla_get_u32(cf2) : 0);
1788 if (cf2)
1789 data.ch_switch.cf2 = nla_get_u32(cf2);
2884 data.dfs_event.cf2 = nla_get_u32(tb[NL80211_ATTR_CENTER_FREQ2]);
2886 wpa_printf(MSG_DEBUG, "nl80211: DFS event on freq %d MHz, ht: %d, offset: %d, width: %d, cf1: %dMHz, cf2: %dMHz",
2889 data.dfs_event.cf1, data.dfs_event.cf2);
1732 mlme_event_ch_switch(struct wpa_driver_nl80211_data *drv, struct nlattr *ifindex, struct nlattr *freq, struct nlattr *type, struct nlattr *bw, struct nlattr *cf1, struct nlattr *cf2) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dap.c1112 int offset, int width, int cf1, int cf2)
1111 wpas_ap_ch_switch(struct wpa_supplicant *wpa_s, int freq, int ht, int offset, int width, int cf1, int cf2) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddfs.c490 int cf2, u32 state)
544 int chan_width, int cf1, int cf2)
681 u8 cf1 = 0, cf2 = 0; local
683 channel = dfs_get_valid_channel(iface, &sec, &cf1, &cf2,
694 iface->conf->vht_oper_centr_freq_seg1_idx = cf2;
731 int cf1, int cf2)
734 "success=%d freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
735 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
740 chan_width, cf1, cf2,
921 int cf1, int cf2)
488 set_dfs_state(struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2, u32 state) argument
543 dfs_are_channels_overlapped(struct hostapd_iface *iface, int freq, int chan_width, int cf1, int cf2) argument
729 hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) argument
919 hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) argument
948 hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) argument
[all...]
H A Ddrv_callbacks.c439 int offset, int width, int cf1, int cf2)
446 "freq=%d, ht=%d, offset=%d, width=%d, cf1=%d, cf2=%d",
447 freq, ht, offset, width, cf1, cf2);
481 if (cf2 > 5000)
482 seg1_idx = (cf2 - 5000) / 5;
486 seg1_idx = hostapd_hw_get_channel(hapd, cf2);
913 radar->cf1, radar->cf2);
923 radar->cf1, radar->cf2);
933 radar->cf1, radar->cf2);
943 radar->cf1, radar->cf2);
438 hostapd_event_ch_switch(struct hostapd_data *hapd, int freq, int ht, int offset, int width, int cf1, int cf2) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h4074 * @cf2: Center frequency 2
4082 int cf2; member in struct:wpa_event_data::ch_switch
4108 int cf2; member in struct:wpa_event_data::dfs_event
H A Ddriver_nl80211.c1705 static int calculate_chan_offset(int width, int freq, int cf1, int cf2) argument
1735 struct nlattr *cf1, struct nlattr *cf2)
1775 cf2 ? nla_get_u32(cf2) : 0);
1788 if (cf2)
1789 data.ch_switch.cf2 = nla_get_u32(cf2);
2884 data.dfs_event.cf2 = nla_get_u32(tb[NL80211_ATTR_CENTER_FREQ2]);
2886 wpa_printf(MSG_DEBUG, "nl80211: DFS event on freq %d MHz, ht: %d, offset: %d, width: %d, cf1: %dMHz, cf2: %dMHz",
2889 data.dfs_event.cf1, data.dfs_event.cf2);
1732 mlme_event_ch_switch(struct wpa_driver_nl80211_data *drv, struct nlattr *ifindex, struct nlattr *freq, struct nlattr *type, struct nlattr *bw, struct nlattr *cf1, struct nlattr *cf2) argument
[all...]

Completed in 617 milliseconds