Home
last modified time | relevance | path

Searched refs:link_type (Results 1 – 15 of 15) sorted by relevance

/external/autotest/client/cros/chameleon/
Dchameleon_audio_helper.py154 link_type = self.LINK_TABLE.get((source.port_id, sink.port_id), None)
155 if not link_type:
161 if link_type == audio_widget_link.HDMIWidgetLink:
169 elif issubclass(link_type, audio_widget_link.AudioBusLink):
171 link = link_type(self._audio_board.get_audio_bus(bus_index))
173 elif issubclass(link_type, audio_widget_link.BluetoothWidgetLink):
187 link = link_type(
192 elif issubclass(link_type, audio_widget_link.USBWidgetLink):
200 link = link_type(self._usb_ctrl)
202 raise NotImplementedError('Link %s is not implemented' % link_type)
/external/libnfc-nci/src/nfc/llcp/
Dllcp_api.c352 UINT8 link_type, in LLCP_RegisterServer() argument
361 reg_sap, link_type, ((p_service_name == NULL) ? "" : p_service_name)); in LLCP_RegisterServer()
368 else if ( ((link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK) == 0x00) in LLCP_RegisterServer()
369 &&((link_type & LLCP_LINK_TYPE_DATA_LINK_CONNECTION) == 0x00) ) in LLCP_RegisterServer()
371 LLCP_TRACE_ERROR1 ("LLCP_RegisterServer (): link type (0x%x) must be specified", link_type); in LLCP_RegisterServer()
465 p_app_cb->link_type = link_type; in LLCP_RegisterServer()
474 if (link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK) in LLCP_RegisterServer()
496 UINT8 LLCP_RegisterClient (UINT8 link_type, in LLCP_RegisterClient() argument
503 LLCP_TRACE_API1 ("LLCP_RegisterClient (): link_type = 0x%x", link_type); in LLCP_RegisterClient()
510 else if ( ((link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK) == 0x00) in LLCP_RegisterClient()
[all …]
Dllcp_link.c620 data.congest.link_type = LLCP_LINK_TYPE_LOGICAL_DATA_LINK; in llcp_link_check_congestion()
628 &&(p_app_cb->link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK) ) in llcp_link_check_congestion()
645 data.congest.link_type = LLCP_LINK_TYPE_DATA_LINK_CONNECTION; in llcp_link_check_congestion()
710 data.congest.link_type = LLCP_LINK_TYPE_LOGICAL_DATA_LINK; in llcp_link_check_uncongested()
727 &&(p_app_cb->link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK) in llcp_link_check_uncongested()
756 &&(p_app_cb->link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK) ) in llcp_link_check_uncongested()
766 data.congest.link_type = LLCP_LINK_TYPE_DATA_LINK_CONNECTION; in llcp_link_check_uncongested()
1007 &&(p_app_cb->link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK) ) in llcp_link_proc_ui_pdu()
1107 data.data_ind.link_type = LLCP_LINK_TYPE_LOGICAL_DATA_LINK; in llcp_link_proc_ui_pdu()
Dllcp_dlc.c459 data.data_ind.link_type = LLCP_LINK_TYPE_DATA_LINK_CONNECTION; in llcp_dlsm_connected()
635 ||((p_app_cb->link_type & LLCP_LINK_TYPE_DATA_LINK_CONNECTION) == 0) ) in llcp_dlc_proc_connect_pdu()
692 ||((p_app_cb->link_type & LLCP_LINK_TYPE_DATA_LINK_CONNECTION) == 0) ) in llcp_dlc_proc_connect_pdu()
1138 cback_data.congest.link_type = LLCP_LINK_TYPE_DATA_LINK_CONNECTION; in llcp_dlc_proc_rr_rnr_pdu()
1158 cback_data.congest.link_type = LLCP_LINK_TYPE_DATA_LINK_CONNECTION; in llcp_dlc_proc_rr_rnr_pdu()
/external/libnfc-nci/src/nfa/p2p/
Dnfa_p2p_api.c61 tNFA_P2P_LINK_TYPE link_type, in NFA_P2pRegisterServer() argument
68 server_sap, link_type, p_service_name); in NFA_P2pRegisterServer()
77 else if ( ((link_type & NFA_P2P_LLINK_TYPE) == 0x00) in NFA_P2pRegisterServer()
78 &&((link_type & NFA_P2P_DLINK_TYPE) == 0x00) ) in NFA_P2pRegisterServer()
80 P2P_TRACE_ERROR1 ("NFA_P2pRegisterServer(): link type (0x%x) must be specified", link_type); in NFA_P2pRegisterServer()
89 p_msg->link_type = link_type; in NFA_P2pRegisterServer()
118 tNFA_STATUS NFA_P2pRegisterClient (tNFA_P2P_LINK_TYPE link_type, in NFA_P2pRegisterClient() argument
123 P2P_TRACE_API1 ("NFA_P2pRegisterClient (): link_type:0x%x", link_type); in NFA_P2pRegisterClient()
125 if ( ((link_type & NFA_P2P_LLINK_TYPE) == 0x00) in NFA_P2pRegisterClient()
126 &&((link_type & NFA_P2P_DLINK_TYPE) == 0x00) ) in NFA_P2pRegisterClient()
[all …]
Dnfa_p2p_act.c274 if (p_data->data_ind.link_type == NFA_P2P_LLINK_TYPE) in nfa_p2p_proc_llcp_data_ind()
290 evt_data.data.link_type = p_data->data_ind.link_type; in nfa_p2p_proc_llcp_data_ind()
530 evt_data.congest.link_type = p_data->congest.link_type; in nfa_p2p_proc_llcp_congestion()
547 if (evt_data.congest.link_type == NFA_P2P_LLINK_TYPE) in nfa_p2p_proc_llcp_congestion()
682 p_msg->api_reg_server.link_type, in nfa_p2p_reg_server()
752 local_sap = LLCP_RegisterClient (p_msg->api_reg_client.link_type, in nfa_p2p_reg_client()
1050 evt_data.congest.link_type = NFA_P2P_LLINK_TYPE; in nfa_p2p_send_ui()
1100 evt_data.congest.link_type = NFA_P2P_DLINK_TYPE; in nfa_p2p_send_data()
/external/libnfc-nci/src/nfa/include/
Dnfa_p2p_api.h135 tNFA_P2P_LINK_TYPE link_type; member
143 tNFA_P2P_LINK_TYPE link_type; member
212 tNFA_P2P_LINK_TYPE link_type,
230 NFC_API extern tNFA_STATUS NFA_P2pRegisterClient (tNFA_P2P_LINK_TYPE link_type,
/external/libnfc-nci/src/nfc/include/
Dllcp_api.h115 UINT8 link_type; /* link type */ member
160 UINT8 link_type; /* congested link type */ member
346 UINT8 link_type,
363 LLCP_API extern UINT8 LLCP_RegisterClient (UINT8 link_type,
/external/tcpdump/
Dprint-lmp.c365 int link_type; in lmp_print() local
776 link_type = EXTRACT_16BITS(obj_tptr)>>8; in lmp_print()
780 "Unknown", link_type), in lmp_print()
781 link_type)); in lmp_print()
783 if (link_type == LMP_SD_SERVICE_CONFIG_CPSA_LINK_TYPE_SDH) { in lmp_print()
791 if (link_type == LMP_SD_SERVICE_CONFIG_CPSA_LINK_TYPE_SONET) { in lmp_print()
Dprint-olsr.c276 uint8_t link_type, neighbor_type; in olsr_print() local
401 link_type = OLSR_EXTRACT_LINK_TYPE(ptr.hello_link->link_code); in olsr_print()
409 tok2str(olsr_link_type_values, "Unknown", link_type), in olsr_print()
Dospf.h156 uint8_t link_type; member
Dprint-ospf6.c158 uint8_t link_type; member
507 switch (rlp->link_type) { in ospf6_print_lsa()
535 rlp->link_type)); in ospf6_print_lsa()
Dprint-ospf.c582 switch (rlp->un_tos.link.link_type) { in ospf_print_lsa()
610 rlp->un_tos.link.link_type)); in ospf_print_lsa()
/external/libnfc-nci/src/nfa/int/
Dnfa_p2p_int.h75 tNFA_P2P_LINK_TYPE link_type; member
84 tNFA_P2P_LINK_TYPE link_type; member
/external/libnfc-nci/src/nfc/int/
Dllcp_int.h110 UINT8 link_type; /* logical link and/or data link */ member