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.c1014 snd_ctl_elem_id_t *elem_id; in find_hctl_jack_for_section() local
1022 snd_ctl_elem_id_alloca(&elem_id); in find_hctl_jack_for_section()
1023 snd_ctl_elem_id_clear(elem_id); in find_hctl_jack_for_section()
1024 snd_ctl_elem_id_set_interface(elem_id, SND_CTL_ELEM_IFACE_CARD); in find_hctl_jack_for_section()
1025 snd_ctl_elem_id_set_device(elem_id, jack_list->device_index); in find_hctl_jack_for_section()
1026 snd_ctl_elem_id_set_name(elem_id, section->jack_name); in find_hctl_jack_for_section()
1027 elem = snd_hctl_find_elem(jack_list->hctl, elem_id); in find_hctl_jack_for_section()
1067 snd_ctl_elem_id_set_name(elem_id, eld_control_name); in find_hctl_jack_for_section()
1068 elem = snd_hctl_find_elem(jack_list->hctl, elem_id); in find_hctl_jack_for_section()
/external/kernel-headers/original/uapi/rdma/
Drdma_user_ioctl_cmds.h60 __u8 elem_id; member
/external/wpa_supplicant_8/src/common/
Dwpa_common.h251 u8 elem_id; member
283 u8 elem_id; /* WLAN_EID_RSN */ member
Dwpa_common.c1238 if (hdr->elem_id != WLAN_EID_RSN || in wpa_parse_wpa_ie_rsn()
1418 if (hdr->elem_id != WLAN_EID_VENDOR_SPECIFIC || in wpa_parse_wpa_ie_wpa()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ie.c54 hdr->elem_id = WLAN_EID_VENDOR_SPECIFIC; in wpa_gen_wpa_ie_wpa()
127 hdr->elem_id = WLAN_EID_RSN; in wpa_gen_wpa_ie_rsn()
Dtdls.c1088 hdr->elem_id = WLAN_EID_RSN; in wpa_tdls_send_tpk_m1()
1451 hdr->elem_id = WLAN_EID_RSN; in wpa_tdls_send_discovery_response()
2069 hdr->elem_id = WLAN_EID_RSN; in wpa_tdls_process_tpk_m1()
Dwpa_ft.c179 rsnie->elem_id = WLAN_EID_RSN; in wpa_ft_gen_req_ies()
Dwpa.c3948 rsnie->elem_id = WLAN_EID_RSN; in fils_ft_build_assoc_req_rsne()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc490 auto add_hover_css_rule = [&](string elem_type, int64 elem_id, in Header()
500 elem_type, elem_id, edge_id, color, // in Header()
501 elem_type, elem_id, edge_id, color, // in Header()
502 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()
101 hdr->elem_id = WLAN_EID_RSN; in wpa_write_rsn_ie()