Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 25 of 53) sorted by relevance

123

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifi_hal.cpp90 if (!strcmp(info->interfaces[i]->name, name)) in wifi_get_iface_handle()
92 return ((wifi_interface_handle )(info->interfaces)[i]); in wifi_get_iface_handle()
501 iface_handle = wifi_get_iface_handle((info->interfaces[0])->handle, in wifi_initialize()
502 (info->interfaces[0])->name); in wifi_initialize()
507 free(info->interfaces[i]); in wifi_initialize()
509 ALOGE("%s no iface with %s\n", __func__, info->interfaces[0]->name); in wifi_initialize()
957 info->interfaces = (interface_info **)malloc(sizeof(interface_info *) * n); in wifi_init_interfaces()
958 if (info->interfaces == NULL) { in wifi_init_interfaces()
973 free(info->interfaces[i-1]); in wifi_init_interfaces()
976 free(info->interfaces); in wifi_init_interfaces()
[all …]
Dcommon.h112 interface_info **interfaces; // array of interfaces member
/hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
Ddriver_cmd_nl80211.c86 dl_list_for_each(driver, &drv->global->interfaces, struct wpa_driver_nl80211_data, list) { in wpa_driver_nl80211_driver_cmd()
131 dl_list_for_each(driver, &drv->global->interfaces, struct wpa_driver_nl80211_data, list) { in wpa_driver_nl80211_driver_cmd()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcommon.h184 interface_info **interfaces; // array of interfaces member
Dwifi_hal.cpp1146 info->interfaces = (interface_info **)malloc(sizeof(interface_info *) * n); in wifi_init_interfaces()
1159 info->interfaces[i] = ifinfo; in wifi_init_interfaces()
1170 wifi_error wifi_get_ifaces(wifi_handle handle, int *num, wifi_interface_handle **interfaces) in wifi_get_ifaces() argument
1174 *interfaces = (wifi_interface_handle *)info->interfaces; in wifi_get_ifaces()
/hardware/bsp/intel/peripheral/libmraa/docs/
Dindex.md17 These interfaces allow you to interact with all libmraa functionality. The C++
Dindex.java.md17 These interfaces allow you to interact with all libmraa functionality. The
Dftdi_ft4222.md11 configuration mode will determine the number of USB interfaces for data streams
/hardware/qcom/display/msm8084/liblight/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/hardware/qcom/display/msm8226/liblight/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/hardware/ril/reference-ril/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/hardware/qcom/display/msm8996/libcopybit/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/hardware/qcom/display/msm8226/libcopybit/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/hardware/qcom/display/msm8084/libcopybit/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/hardware/qcom/display/msm8994/liblight/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/hardware/qcom/display/msm8994/libgralloc/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/hardware/qcom/media/msm8974/libstagefrighthw/
DNOTICE57 separable from, or merely link (or bind by name) to the interfaces of,
/hardware/libhardware_legacy/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/hardware/qcom/audio/visualizer/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/hardware/qcom/display/msm8996/libgralloc/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/hardware/qcom/display/msm8909/libcopybit/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/hardware/qcom/display/msm8960/libcopybit/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/hardware/ril/rild/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/hardware/qcom/bt/msm8960/libbt-vendor/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,
/hardware/qcom/audio/msm8909/visualizer/
DNOTICE58 separable from, or merely link (or bind by name) to the interfaces of,

123