Searched refs:iface (Results 1 - 25 of 980) sorted by relevance

1234567891011>>

/external/libxcam/wrapper/gstreamer/interface/
H A Dgstxcaminterface.c27 static void gst_xcam_3a_iface_init (GstXCam3AInterface *iface);
55 gst_xcam_3a_iface_init (GstXCam3AInterface * iface) argument
58 iface->set_white_balance_mode = NULL;
59 iface->set_awb_speed = NULL;
60 iface->set_wb_color_temperature_range = NULL;
61 iface->set_manual_wb_gain = NULL;
62 iface->set_exposure_mode = NULL;
63 iface->set_ae_metering_mode = NULL;
64 iface->set_exposure_window = NULL;
65 iface
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dacs.h15 enum hostapd_chan_status acs_init(struct hostapd_iface *iface);
16 void acs_cleanup(struct hostapd_iface *iface);
20 static inline enum hostapd_chan_status acs_init(struct hostapd_iface *iface) argument
26 static inline void acs_cleanup(struct hostapd_iface *iface) argument
H A Dhw_features.c75 int hostapd_get_hw_features(struct hostapd_iface *iface) argument
77 struct hostapd_data *hapd = iface->bss[0];
95 iface->hw_flags = flags;
96 iface->dfs_domain = dfs_domain;
98 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
99 iface->hw_features = modes;
100 iface->num_hw_features = num_modes;
105 (iface->drv_flags & WPA_DRIVER_FLAGS_RADAR);
123 !(iface
148 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) argument
228 ieee80211n_allowed_ht40_channel_pair(struct hostapd_iface *iface) argument
243 ieee80211n_switch_pri_sec(struct hostapd_iface *iface) argument
255 ieee80211n_check_40mhz_5g(struct hostapd_iface *iface, struct wpa_scan_results *scan_res) argument
279 ieee80211n_check_40mhz_2g4(struct hostapd_iface *iface, struct wpa_scan_results *scan_res) argument
292 ieee80211n_check_scan(struct hostapd_iface *iface) argument
346 ieee80211n_scan_channels_2g4(struct hostapd_iface *iface, struct wpa_driver_scan_params *params) argument
391 ieee80211n_scan_channels_5g(struct hostapd_iface *iface, struct wpa_driver_scan_params *params) argument
435 struct hostapd_iface *iface = eloop_data; local
471 hostapd_stop_setup_timers(struct hostapd_iface *iface) argument
477 ieee80211n_check_40mhz(struct hostapd_iface *iface) argument
520 ieee80211n_supported_ht_capab(struct hostapd_iface *iface) argument
630 ieee80211ac_supported_vht_capab(struct hostapd_iface *iface) argument
664 hostapd_check_ht_capab(struct hostapd_iface *iface) argument
696 hostapd_is_usable_chan(struct hostapd_iface *iface, int channel, int primary) argument
727 hostapd_is_usable_chans(struct hostapd_iface *iface) argument
760 hostapd_check_chans(struct hostapd_iface *iface) argument
785 hostapd_notify_bad_chans(struct hostapd_iface *iface) argument
807 hostapd_acs_completed(struct hostapd_iface *iface, int err) argument
857 hostapd_select_hw_mode(struct hostapd_iface *iface) argument
[all...]
H A Dhw_features.h17 int hostapd_get_hw_features(struct hostapd_iface *iface);
18 int hostapd_acs_completed(struct hostapd_iface *iface, int err);
19 int hostapd_select_hw_mode(struct hostapd_iface *iface);
23 int hostapd_check_ht_capab(struct hostapd_iface *iface);
24 int hostapd_prepare_rates(struct hostapd_iface *iface,
26 void hostapd_stop_setup_timers(struct hostapd_iface *iface);
34 static inline int hostapd_get_hw_features(struct hostapd_iface *iface) argument
39 static inline int hostapd_acs_completed(struct hostapd_iface *iface, int err) argument
44 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) argument
59 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) argument
64 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) argument
70 hostapd_stop_setup_timers(struct hostapd_iface *iface) argument
[all...]
H A Dap_list.c31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) argument
35 if (iface->current_mode == NULL ||
36 iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G ||
37 iface->conf->channel != ap->channel)
53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) argument
57 s = iface->ap_hash[STA_HASH(ap)];
64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) argument
66 if (iface->ap_list) {
67 ap->prev = iface->ap_list->prev;
68 iface
76 ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap) argument
90 ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) argument
97 ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) argument
119 ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) argument
129 hostapd_free_aps(struct hostapd_iface *iface) argument
145 ap_ap_add(struct hostapd_iface *iface, const u8 *addr) argument
169 ap_list_process_beacon(struct hostapd_iface *iface, const struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) argument
251 ap_list_timer(struct hostapd_iface *iface) argument
303 ap_list_init(struct hostapd_iface *iface) argument
309 ap_list_deinit(struct hostapd_iface *iface) argument
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dacs.h15 enum hostapd_chan_status acs_init(struct hostapd_iface *iface);
16 void acs_cleanup(struct hostapd_iface *iface);
20 static inline enum hostapd_chan_status acs_init(struct hostapd_iface *iface) argument
26 static inline void acs_cleanup(struct hostapd_iface *iface) argument
H A Dhw_features.c75 int hostapd_get_hw_features(struct hostapd_iface *iface) argument
77 struct hostapd_data *hapd = iface->bss[0];
95 iface->hw_flags = flags;
96 iface->dfs_domain = dfs_domain;
98 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
99 iface->hw_features = modes;
100 iface->num_hw_features = num_modes;
105 (iface->drv_flags & WPA_DRIVER_FLAGS_RADAR);
123 !(iface
148 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) argument
228 ieee80211n_allowed_ht40_channel_pair(struct hostapd_iface *iface) argument
243 ieee80211n_switch_pri_sec(struct hostapd_iface *iface) argument
255 ieee80211n_check_40mhz_5g(struct hostapd_iface *iface, struct wpa_scan_results *scan_res) argument
279 ieee80211n_check_40mhz_2g4(struct hostapd_iface *iface, struct wpa_scan_results *scan_res) argument
292 ieee80211n_check_scan(struct hostapd_iface *iface) argument
346 ieee80211n_scan_channels_2g4(struct hostapd_iface *iface, struct wpa_driver_scan_params *params) argument
391 ieee80211n_scan_channels_5g(struct hostapd_iface *iface, struct wpa_driver_scan_params *params) argument
435 struct hostapd_iface *iface = eloop_data; local
471 hostapd_stop_setup_timers(struct hostapd_iface *iface) argument
477 ieee80211n_check_40mhz(struct hostapd_iface *iface) argument
520 ieee80211n_supported_ht_capab(struct hostapd_iface *iface) argument
630 ieee80211ac_supported_vht_capab(struct hostapd_iface *iface) argument
664 hostapd_check_ht_capab(struct hostapd_iface *iface) argument
696 hostapd_is_usable_chan(struct hostapd_iface *iface, int channel, int primary) argument
727 hostapd_is_usable_chans(struct hostapd_iface *iface) argument
760 hostapd_check_chans(struct hostapd_iface *iface) argument
785 hostapd_notify_bad_chans(struct hostapd_iface *iface) argument
807 hostapd_acs_completed(struct hostapd_iface *iface, int err) argument
857 hostapd_select_hw_mode(struct hostapd_iface *iface) argument
[all...]
H A Dhw_features.h17 int hostapd_get_hw_features(struct hostapd_iface *iface);
18 int hostapd_acs_completed(struct hostapd_iface *iface, int err);
19 int hostapd_select_hw_mode(struct hostapd_iface *iface);
23 int hostapd_check_ht_capab(struct hostapd_iface *iface);
24 int hostapd_prepare_rates(struct hostapd_iface *iface,
26 void hostapd_stop_setup_timers(struct hostapd_iface *iface);
34 static inline int hostapd_get_hw_features(struct hostapd_iface *iface) argument
39 static inline int hostapd_acs_completed(struct hostapd_iface *iface, int err) argument
44 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) argument
59 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) argument
64 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) argument
70 hostapd_stop_setup_timers(struct hostapd_iface *iface) argument
[all...]
H A Dap_list.c31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) argument
35 if (iface->current_mode == NULL ||
36 iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G ||
37 iface->conf->channel != ap->channel)
53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) argument
57 s = iface->ap_hash[STA_HASH(ap)];
64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) argument
66 if (iface->ap_list) {
67 ap->prev = iface->ap_list->prev;
68 iface
76 ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap) argument
90 ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) argument
97 ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) argument
119 ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) argument
129 hostapd_free_aps(struct hostapd_iface *iface) argument
145 ap_ap_add(struct hostapd_iface *iface, const u8 *addr) argument
169 ap_list_process_beacon(struct hostapd_iface *iface, const struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) argument
251 ap_list_timer(struct hostapd_iface *iface) argument
303 ap_list_init(struct hostapd_iface *iface) argument
309 ap_list_deinit(struct hostapd_iface *iface) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dacs.h15 enum hostapd_chan_status acs_init(struct hostapd_iface *iface);
16 void acs_cleanup(struct hostapd_iface *iface);
20 static inline enum hostapd_chan_status acs_init(struct hostapd_iface *iface) argument
26 static inline void acs_cleanup(struct hostapd_iface *iface) argument
H A Dhw_features.c75 int hostapd_get_hw_features(struct hostapd_iface *iface) argument
77 struct hostapd_data *hapd = iface->bss[0];
95 iface->hw_flags = flags;
96 iface->dfs_domain = dfs_domain;
98 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
99 iface->hw_features = modes;
100 iface->num_hw_features = num_modes;
105 (iface->drv_flags & WPA_DRIVER_FLAGS_RADAR);
123 !(iface
148 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) argument
228 ieee80211n_allowed_ht40_channel_pair(struct hostapd_iface *iface) argument
243 ieee80211n_switch_pri_sec(struct hostapd_iface *iface) argument
255 ieee80211n_check_40mhz_5g(struct hostapd_iface *iface, struct wpa_scan_results *scan_res) argument
279 ieee80211n_check_40mhz_2g4(struct hostapd_iface *iface, struct wpa_scan_results *scan_res) argument
292 ieee80211n_check_scan(struct hostapd_iface *iface) argument
346 ieee80211n_scan_channels_2g4(struct hostapd_iface *iface, struct wpa_driver_scan_params *params) argument
391 ieee80211n_scan_channels_5g(struct hostapd_iface *iface, struct wpa_driver_scan_params *params) argument
435 struct hostapd_iface *iface = eloop_data; local
471 hostapd_stop_setup_timers(struct hostapd_iface *iface) argument
477 ieee80211n_check_40mhz(struct hostapd_iface *iface) argument
520 ieee80211n_supported_ht_capab(struct hostapd_iface *iface) argument
630 ieee80211ac_supported_vht_capab(struct hostapd_iface *iface) argument
664 hostapd_check_ht_capab(struct hostapd_iface *iface) argument
696 hostapd_is_usable_chan(struct hostapd_iface *iface, int channel, int primary) argument
727 hostapd_is_usable_chans(struct hostapd_iface *iface) argument
760 hostapd_check_chans(struct hostapd_iface *iface) argument
785 hostapd_notify_bad_chans(struct hostapd_iface *iface) argument
807 hostapd_acs_completed(struct hostapd_iface *iface, int err) argument
857 hostapd_select_hw_mode(struct hostapd_iface *iface) argument
[all...]
H A Dhw_features.h17 int hostapd_get_hw_features(struct hostapd_iface *iface);
18 int hostapd_acs_completed(struct hostapd_iface *iface, int err);
19 int hostapd_select_hw_mode(struct hostapd_iface *iface);
23 int hostapd_check_ht_capab(struct hostapd_iface *iface);
24 int hostapd_prepare_rates(struct hostapd_iface *iface,
26 void hostapd_stop_setup_timers(struct hostapd_iface *iface);
34 static inline int hostapd_get_hw_features(struct hostapd_iface *iface) argument
39 static inline int hostapd_acs_completed(struct hostapd_iface *iface, int err) argument
44 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) argument
59 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) argument
64 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) argument
70 hostapd_stop_setup_timers(struct hostapd_iface *iface) argument
[all...]
H A Dap_list.c31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) argument
35 if (iface->current_mode == NULL ||
36 iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G ||
37 iface->conf->channel != ap->channel)
53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) argument
57 s = iface->ap_hash[STA_HASH(ap)];
64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) argument
66 if (iface->ap_list) {
67 ap->prev = iface->ap_list->prev;
68 iface
76 ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap) argument
90 ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) argument
97 ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) argument
119 ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) argument
129 hostapd_free_aps(struct hostapd_iface *iface) argument
145 ap_ap_add(struct hostapd_iface *iface, const u8 *addr) argument
169 ap_list_process_beacon(struct hostapd_iface *iface, const struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) argument
251 ap_list_timer(struct hostapd_iface *iface) argument
303 ap_list_init(struct hostapd_iface *iface) argument
309 ap_list_deinit(struct hostapd_iface *iface) argument
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
H A DInstruction10t.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
H A DInstruction10x.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.Instruction;
H A DInstruction11x.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
H A DInstruction12x.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
H A DInstruction20t.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
H A DInstruction22x.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
H A DInstruction23x.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.ThreeRegisterInstruction;
H A DInstruction30t.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
H A DInstruction32x.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
H A DPackedSwitchPayload.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.SwitchPayload;
H A DSparseSwitchPayload.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.SwitchPayload;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/debug/
H A DDebugItem.java32 package org.jf.dexlib2.iface.debug;

Completed in 1118 milliseconds

1234567891011>>