Home
last modified time | relevance | path

Searched refs:elem_id (Results 1 – 10 of 10) sorted by relevance

/external/adhd/cras/src/server/
Dcras_alsa_jack.c727 snd_ctl_elem_id_t *elem_id; in find_eld_control_by_dev_index() local
729 snd_ctl_elem_id_alloca(&elem_id); in find_eld_control_by_dev_index()
730 snd_ctl_elem_id_clear(elem_id); in find_eld_control_by_dev_index()
731 snd_ctl_elem_id_set_interface(elem_id, SND_CTL_ELEM_IFACE_PCM); in find_eld_control_by_dev_index()
732 snd_ctl_elem_id_set_device(elem_id, dev_idx); in find_eld_control_by_dev_index()
733 snd_ctl_elem_id_set_name(elem_id, eld_control_name); in find_eld_control_by_dev_index()
734 return snd_hctl_find_elem(hctl, elem_id); in find_eld_control_by_dev_index()
989 snd_ctl_elem_id_t *elem_id; in find_hctl_jack_for_section() local
997 snd_ctl_elem_id_alloca(&elem_id); in find_hctl_jack_for_section()
998 snd_ctl_elem_id_clear(elem_id); in find_hctl_jack_for_section()
[all …]
/external/kernel-headers/original/uapi/rdma/
Drdma_user_ioctl_cmds.h60 __u8 elem_id; member
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ie.c54 hdr->elem_id = WLAN_EID_VENDOR_SPECIFIC; in wpa_gen_wpa_ie_wpa()
143 hdr->elem_id = WLAN_EID_RSN; in wpa_gen_wpa_ie_rsn()
Dtdls.c1089 hdr->elem_id = WLAN_EID_RSN; in wpa_tdls_send_tpk_m1()
1452 hdr->elem_id = WLAN_EID_RSN; in wpa_tdls_send_discovery_response()
2073 hdr->elem_id = WLAN_EID_RSN; in wpa_tdls_process_tpk_m1()
Dwpa_ft.c215 rsnie->elem_id = WLAN_EID_RSN; in wpa_ft_gen_req_ies()
Dwpa.c4487 rsnie->elem_id = WLAN_EID_RSN; in fils_ft_build_assoc_req_rsne()
/external/wpa_supplicant_8/src/common/
Dwpa_common.h276 u8 elem_id; member
308 u8 elem_id; /* WLAN_EID_RSN */ member
Dwpa_common.c1582 if (hdr->elem_id != WLAN_EID_RSN || in wpa_parse_wpa_ie_rsn()
1758 if (hdr->elem_id != WLAN_EID_VENDOR_SPECIFIC || in wpa_parse_wpa_ie_wpa()
3333 hdr->elem_id = WLAN_EID_RSN; in wpa_pasn_add_rsne()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc496 auto add_hover_css_rule = [&](string elem_type, int64 elem_id, in Header()
506 elem_type, elem_id, edge_id, color, // in Header()
507 elem_type, elem_id, edge_id, color, // in Header()
508 elem_type, elem_id, edge_id, color, color)); in Header()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c35 hdr->elem_id = WLAN_EID_VENDOR_SPECIFIC; in wpa_write_wpa_ie()
130 hdr->elem_id = WLAN_EID_RSN; in wpa_write_rsn_ie()