Home
last modified time | relevance | path

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

12

/aosp12/build/make/core/
H A Dlink_type.mk14 link_type := $(my_link_prefix):$(LOCAL_MODULE_CLASS):$(LOCAL_MODULE)
15 ALL_LINK_TYPES += $(link_type)
16 $(link_type).TYPE := $(my_link_type)
17 $(link_type).MAKEFILE := $(LOCAL_MODULE_MAKEFILE)
18 $(link_type).WARN := $(my_warn_types)
19 $(link_type).ALLOWED := $(my_allowed_types)
20 $(link_type).DEPS := $(addprefix $(my_link_prefix):,$(my_link_deps))
21 $(link_type).BUILT := $(LOCAL_BUILT_MODULE)
23 link_type :=
/aosp12/system/bt/gd/hci/
H A Dhci_metrics_logging.cc89 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command_status()
98 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command_status()
176 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command_status()
190 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command_status()
201 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command_status()
209 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command_status()
218 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command_status()
237 link_type, in log_link_layer_connection_command_status()
318 link_type, in log_link_layer_connection_command_complete()
387 link_type, in log_link_layer_connection_other_hci_event()
[all …]
/aosp12/system/nfc/src/nfc/llcp/
H A Dllcp_api.cc360 uint8_t LLCP_RegisterServer(uint8_t reg_sap, uint8_t link_type, in LLCP_RegisterServer() argument
370 "SAP:0x%x, link_type:0x%x, ServiceName:<%s>", reg_sap, link_type, in LLCP_RegisterServer()
376 } else if (((link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK) == 0x00) && in LLCP_RegisterServer()
447 p_app_cb->link_type = link_type; in LLCP_RegisterServer()
456 if (link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK) { in LLCP_RegisterServer()
483 << StringPrintf("link_type = 0x%x", link_type); in LLCP_RegisterClient()
488 } else if (((link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK) == 0x00) && in LLCP_RegisterClient()
511 p_app_cb->link_type = link_type; in LLCP_RegisterClient()
516 if (link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK) { in LLCP_RegisterClient()
574 if (p_app_cb->link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK) { in LLCP_Deregister()
[all …]
H A Dllcp_link.cc629 data.congest.link_type = LLCP_LINK_TYPE_LOGICAL_DATA_LINK; in llcp_link_check_congestion()
635 (p_app_cb->link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK)) { in llcp_link_check_congestion()
651 data.congest.link_type = LLCP_LINK_TYPE_DATA_LINK_CONNECTION; in llcp_link_check_congestion()
711 data.congest.link_type = LLCP_LINK_TYPE_LOGICAL_DATA_LINK; in llcp_link_check_uncongested()
725 (p_app_cb->link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK) && in llcp_link_check_uncongested()
751 (p_app_cb->link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK)) { in llcp_link_check_uncongested()
760 data.congest.link_type = LLCP_LINK_TYPE_DATA_LINK_CONNECTION; in llcp_link_check_uncongested()
979 (p_app_cb->link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK)) { in llcp_link_proc_ui_pdu()
1069 data.data_ind.link_type = LLCP_LINK_TYPE_LOGICAL_DATA_LINK; in llcp_link_proc_ui_pdu()
H A Dllcp_dlc.cc470 data.data_ind.link_type = LLCP_LINK_TYPE_DATA_LINK_CONNECTION; in llcp_dlsm_connected()
637 ((p_app_cb->link_type & LLCP_LINK_TYPE_DATA_LINK_CONNECTION) == 0)) { in llcp_dlc_proc_connect_pdu()
695 ((p_app_cb->link_type & LLCP_LINK_TYPE_DATA_LINK_CONNECTION) == 0)) { in llcp_dlc_proc_connect_pdu()
1120 cback_data.congest.link_type = LLCP_LINK_TYPE_DATA_LINK_CONNECTION; in llcp_dlc_proc_rr_rnr_pdu()
1138 cback_data.congest.link_type = LLCP_LINK_TYPE_DATA_LINK_CONNECTION; in llcp_dlc_proc_rr_rnr_pdu()
/aosp12/system/nfc/src/nfa/p2p/
H A Dnfa_p2p_api.cc64 tNFA_P2P_LINK_TYPE link_type, in NFA_P2pRegisterServer() argument
71 link_type, p_service_name); in NFA_P2pRegisterServer()
79 } else if (((link_type & NFA_P2P_LLINK_TYPE) == 0x00) && in NFA_P2pRegisterServer()
80 ((link_type & NFA_P2P_DLINK_TYPE) == 0x00)) { in NFA_P2pRegisterServer()
81 LOG(ERROR) << StringPrintf("link type (0x%x) must be specified", link_type); in NFA_P2pRegisterServer()
90 p_msg->link_type = link_type; in NFA_P2pRegisterServer()
121 tNFA_STATUS NFA_P2pRegisterClient(tNFA_P2P_LINK_TYPE link_type, in NFA_P2pRegisterClient() argument
125 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("link_type:0x%x", link_type); in NFA_P2pRegisterClient()
127 if (((link_type & NFA_P2P_LLINK_TYPE) == 0x00) && in NFA_P2pRegisterClient()
128 ((link_type & NFA_P2P_DLINK_TYPE) == 0x00)) { in NFA_P2pRegisterClient()
[all …]
H A Dnfa_p2p_act.cc254 if (p_data->data_ind.link_type == NFA_P2P_LLINK_TYPE) { in nfa_p2p_proc_llcp_data_ind()
267 evt_data.data.link_type = p_data->data_ind.link_type; in nfa_p2p_proc_llcp_data_ind()
488 evt_data.congest.link_type = p_data->congest.link_type; in nfa_p2p_proc_llcp_congestion()
501 if (evt_data.congest.link_type == NFA_P2P_LLINK_TYPE) { in nfa_p2p_proc_llcp_congestion()
620 p_msg->api_reg_server.server_sap, p_msg->api_reg_server.link_type, in nfa_p2p_reg_server()
684 LLCP_RegisterClient(p_msg->api_reg_client.link_type, nfa_p2p_llcp_cback); in nfa_p2p_reg_client()
957 evt_data.congest.link_type = NFA_P2P_LLINK_TYPE; in nfa_p2p_send_ui()
1004 evt_data.congest.link_type = NFA_P2P_DLINK_TYPE; in nfa_p2p_send_data()
/aosp12/system/bt/test/mock/
H A Dmock_stack_metrics_logging.h80 uint16_t link_type, uint32_t hci_cmd, uint16_t hci_event,
84 android::bluetooth::DirectionEnum direction, uint16_t link_type,
89 uint16_t link_type, uint32_t hci_cmd, uint16_t hci_event, in operator()
92 body(address, connection_handle, direction, link_type, hci_cmd, hci_event, in operator()
H A Dmock_main_shim_metrics_api.h61 uint16_t link_type, uint32_t hci_cmd, uint16_t hci_event,
65 android::bluetooth::DirectionEnum direction, uint16_t link_type,
70 uint16_t link_type, uint32_t hci_cmd, uint16_t hci_event, in operator()
73 body(raw_address, connection_handle, direction, link_type, hci_cmd, in operator()
H A Dmock_stack_metrics_logging.cc80 android::bluetooth::DirectionEnum direction, uint16_t link_type, in log_link_layer_connection_event() argument
85 address, connection_handle, direction, link_type, hci_cmd, hci_event, in log_link_layer_connection_event()
H A Dmock_main_shim_metrics_api.cc79 android::bluetooth::DirectionEnum direction, uint16_t link_type, in LogMetricLinkLayerConnectionEvent() argument
84 raw_address, connection_handle, direction, link_type, hci_cmd, hci_event, in LogMetricLinkLayerConnectionEvent()
/aosp12/system/nfc/src/nfa/include/
H A Dnfa_p2p_api.h132 tNFA_P2P_LINK_TYPE link_type; member
139 tNFA_P2P_LINK_TYPE link_type; member
204 tNFA_P2P_LINK_TYPE link_type,
224 extern tNFA_STATUS NFA_P2pRegisterClient(tNFA_P2P_LINK_TYPE link_type,
H A Dnfa_p2p_int.h69 tNFA_P2P_LINK_TYPE link_type; member
77 tNFA_P2P_LINK_TYPE link_type; member
/aosp12/system/bt/stack/btu/
H A Dbtu_hcif.cc150 uint8_t link_type; in btu_hcif_log_event_metrics() local
154 STREAM_TO_UINT8(link_type, p_event); in btu_hcif_log_event_metrics()
201 uint8_t link_type; in btu_hcif_log_event_metrics() local
223 uint8_t link_type; in btu_hcif_log_event_metrics() local
954 uint8_t link_type; in btu_hcif_connection_comp_evt() local
967 STREAM_TO_UINT8(link_type, p); in btu_hcif_connection_comp_evt()
979 if (link_type == HCI_LINK_TYPE_ACL) { in btu_hcif_connection_comp_evt()
1002 uint8_t link_type; in btu_hcif_connection_request_evt() local
1006 STREAM_TO_UINT8(link_type, p); in btu_hcif_connection_request_evt()
1008 if (link_type == HCI_LINK_TYPE_ACL) { in btu_hcif_connection_request_evt()
[all …]
/aosp12/system/bt/stack/metrics/
H A Dstack_metrics_logging.cc43 android::bluetooth::DirectionEnum direction, uint16_t link_type, in log_link_layer_connection_event() argument
48 address, connection_handle, direction, link_type, hci_cmd, hci_event, in log_link_layer_connection_event()
52 address, connection_handle, direction, link_type, hci_cmd, hci_event, in log_link_layer_connection_event()
/aosp12/system/nfc/src/nfc/include/
H A Dllcp_api.h134 uint8_t link_type; /* link type */ member
174 uint8_t link_type; /* congested link type */ member
351 extern uint8_t LLCP_RegisterServer(uint8_t reg_sap, uint8_t link_type,
368 extern uint8_t LLCP_RegisterClient(uint8_t link_type,
/aosp12/system/bt/stack/btm/
H A Dbtm_sco.cc592 uint8_t link_type) { in btm_sco_conn_req() argument
609 p->esco.data.link_type = link_type; in btm_sco_conn_req()
616 if ((link_type == BTM_LINK_TYPE_ESCO && in btm_sco_conn_req()
623 (link_type == BTM_LINK_TYPE_SCO && in btm_sco_conn_req()
635 evt_data.link_type = link_type; in btm_sco_conn_req()
656 p->esco.data.link_type = link_type; in btm_sco_conn_req()
762 p->esco.data.link_type = BTM_LINK_TYPE_SCO; in btm_sco_connected()
1091 if (p_sco->esco.data.link_type == BTM_LINK_TYPE_SCO || in BTM_ChangeEScoLinkParms()
/aosp12/system/bt/main/shim/
H A Dmetrics_api.cc29 android::bluetooth::DirectionEnum direction, uint16_t link_type, in LogMetricLinkLayerConnectionEvent() argument
38 link_type, hci_cmd, hci_event, hci_ble_event, cmd_status, reason_code); in LogMetricLinkLayerConnectionEvent()
H A Dmetrics_api.h45 android::bluetooth::DirectionEnum direction, uint16_t link_type,
/aosp12/system/bt/gd/os/android/
H A Dmetrics.cc44 uint16_t link_type, in LogMetricLinkLayerConnectionEvent() argument
59 link_type, in LogMetricLinkLayerConnectionEvent()
77 common::ToHexString(link_type).c_str(), in LogMetricLinkLayerConnectionEvent()
/aosp12/system/bt/stack/include/
H A Dsco_hci_link_interface.h35 uint8_t link_type);
H A Dstack_metrics_logging.h31 android::bluetooth::DirectionEnum direction, uint16_t link_type,
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifilogger_event_defs.h317 u8 link_type; member
328 u8 link_type; member
/aosp12/system/bt/gd/os/host/
H A Dmetrics.cc74 uint16_t link_type, in LogMetricLinkLayerConnectionEvent() argument
/aosp12/system/bt/gd/os/linux/
H A Dmetrics.cc74 uint16_t link_type, in LogMetricLinkLayerConnectionEvent() argument

12