Home
last modified time | relevance | path

Searched defs:p_ccb (Results 1 – 25 of 37) sorted by relevance

12

/aosp12/system/bt/stack/avdt/
H A Davdt_ccb_act.cc50 static void avdt_ccb_clear_ccb(AvdtpCcb* p_ccb) { in avdt_ccb_clear_ccb()
207 void avdt_ccb_hdl_getcap_cmd(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* p_data) { in avdt_ccb_hdl_getcap_cmd()
236 void avdt_ccb_hdl_getcap_rsp(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* p_data) { in avdt_ccb_hdl_getcap_rsp()
259 void avdt_ccb_hdl_start_cmd(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* p_data) { in avdt_ccb_hdl_start_cmd()
290 void avdt_ccb_hdl_start_rsp(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* p_data) { in avdt_ccb_hdl_start_rsp()
688 void avdt_ccb_cmd_fail(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* p_data) { in avdt_ccb_cmd_fail()
746 void avdt_ccb_cong_state(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* p_data) { in avdt_ccb_cong_state()
763 void avdt_ccb_ret_cmd(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* p_data) { in avdt_ccb_ret_cmd()
946 void avdt_ccb_set_conn(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* p_data) { in avdt_ccb_set_conn()
961 void avdt_ccb_set_disconn(AvdtpCcb* p_ccb, tAVDT_CCB_EVT* p_data) { in avdt_ccb_set_disconn()
[all …]
H A Davdt_ccb.cc367 void avdt_ccb_event(AvdtpCcb* p_ccb, uint8_t event, tAVDT_CCB_EVT* p_data) { in avdt_ccb_event()
411 AvdtpCcb* p_ccb = &avdtp_cb.ccb[0]; in avdt_ccb_by_bd() local
442 AvdtpCcb* p_ccb = &avdtp_cb.ccb[0]; in avdt_ccb_alloc() local
464 AvdtpCcb* p_ccb = &avdtp_cb.ccb[channel_index]; in avdt_ccb_alloc_by_channel_index() local
497 void avdt_ccb_dealloc(AvdtpCcb* p_ccb, UNUSED_ATTR tAVDT_CCB_EVT* p_data) { in avdt_ccb_dealloc()
514 uint8_t avdt_ccb_to_idx(AvdtpCcb* p_ccb) { in avdt_ccb_to_idx()
530 AvdtpCcb* p_ccb; in avdt_ccb_by_idx() local
H A Davdt_ad.cc143 AvdtpTransportChannel* avdt_ad_tc_tbl_by_st(uint8_t type, AvdtpCcb* p_ccb, in avdt_ad_tc_tbl_by_st()
215 AvdtpTransportChannel* avdt_ad_tc_tbl_by_type(uint8_t type, AvdtpCcb* p_ccb, in avdt_ad_tc_tbl_by_type()
246 AvdtpTransportChannel* avdt_ad_tc_tbl_alloc(AvdtpCcb* p_ccb) { in avdt_ad_tc_tbl_alloc()
299 AvdtpCcb* p_ccb; in avdt_ad_tc_close_ind() local
345 AvdtpCcb* p_ccb; in avdt_ad_tc_open_ind() local
406 AvdtpCcb* p_ccb; in avdt_ad_tc_cong_ind() local
443 AvdtpCcb* p_ccb; in avdt_ad_tc_data_ind() local
483 uint8_t avdt_ad_write_req(uint8_t type, AvdtpCcb* p_ccb, AvdtpScb* p_scb, in avdt_ad_write_req()
510 void avdt_ad_open_req(uint8_t type, AvdtpCcb* p_ccb, AvdtpScb* p_scb, in avdt_ad_open_req()
579 void avdt_ad_close_req(uint8_t type, AvdtpCcb* p_ccb, AvdtpScb* p_scb) { in avdt_ad_close_req()
H A Davdt_api.cc45 AvdtpCcb* p_ccb = (AvdtpCcb*)data; in avdt_ccb_idle_ccb_timer_timeout() local
55 AvdtpCcb* p_ccb = (AvdtpCcb*)data; in avdt_ccb_ret_ccb_timer_timeout() local
65 AvdtpCcb* p_ccb = (AvdtpCcb*)data; in avdt_ccb_rsp_ccb_timer_timeout() local
249 AvdtpCcb* p_ccb; in AVDT_DiscoverReq() local
298 AvdtpCcb* p_ccb = NULL; in avdt_get_cap_req() local
443 AvdtpCcb* p_ccb = NULL; in AVDT_OpenReq() local
904 AvdtpCcb* p_ccb = NULL; in AVDT_ConnectReq() local
952 AvdtpCcb* p_ccb = NULL; in AVDT_DisconnectReq() local
982 AvdtpCcb* p_ccb; in AVDT_GetL2CapChannel() local
H A Davdt_l2c.cc71 AvdtpCcb* p_ccb = NULL; in avdt_sec_check_complete_term() local
101 AvdtpCcb* p_ccb = NULL; in avdt_sec_check_complete_orig() local
129 AvdtpCcb* p_ccb; in avdt_l2c_connect_ind_cback() local
229 AvdtpCcb* p_ccb; in avdt_l2c_connect_cfm_cback() local
H A Davdt_msg.cc1059 bool avdt_msg_send(AvdtpCcb* p_ccb, BT_HDR* p_msg) { in avdt_msg_send()
1207 BT_HDR* avdt_msg_asmbl(AvdtpCcb* p_ccb, BT_HDR* p_buf) { in avdt_msg_asmbl()
1336 void avdt_msg_send_cmd(AvdtpCcb* p_ccb, void* p_scb, uint8_t sig_id, in avdt_msg_send_cmd()
1393 void avdt_msg_send_rsp(AvdtpCcb* p_ccb, uint8_t sig_id, tAVDT_MSG* p_params) { in avdt_msg_send_rsp()
1433 void avdt_msg_send_rej(AvdtpCcb* p_ccb, uint8_t sig_id, tAVDT_MSG* p_params) { in avdt_msg_send_rej()
1484 void avdt_msg_send_grej(AvdtpCcb* p_ccb, uint8_t sig_id, tAVDT_MSG* p_params) { in avdt_msg_send_grej()
1520 void avdt_msg_ind(AvdtpCcb* p_ccb, BT_HDR* p_buf) { in avdt_msg_ind()
/aosp12/system/bt/stack/sdp/
H A Dsdp_main.cc119 tCONN_CB* p_ccb = sdpu_allocate_ccb(); in sdp_connect_ind() local
131 tCONN_CB* p_ccb = sdpu_find_ccb_by_cid(l2cap_cid); in sdp_on_l2cap_error() local
148 tCONN_CB* p_ccb; in sdp_connect_cfm() local
177 tCONN_CB* p_ccb; in sdp_config_ind() local
215 tCONN_CB* p_ccb; in sdp_config_cfm() local
249 tCONN_CB* p_ccb; in sdp_disconnect_ind() local
289 tCONN_CB* p_ccb; in sdp_data_ind() local
322 tCONN_CB* p_ccb; in sdp_conn_originate() local
368 void sdp_disconnect(tCONN_CB* p_ccb, tSDP_REASON reason) { in sdp_disconnect()
397 tCONN_CB* p_ccb = (tCONN_CB*)data; in sdp_conn_timer_timeout() local
H A Dsdp_discovery.cc120 static void sdp_snd_service_search_req(tCONN_CB* p_ccb, uint8_t cont_len, in sdp_snd_service_search_req()
181 void sdp_disc_connected(tCONN_CB* p_ccb) { in sdp_disc_connected()
206 void sdp_disc_server_rsp(tCONN_CB* p_ccb, BT_HDR* p_msg) { in sdp_disc_server_rsp()
267 static void process_service_search_rsp(tCONN_CB* p_ccb, uint8_t* p_reply, in process_service_search_rsp()
340 static bool sdp_copy_raw_data(tCONN_CB* p_ccb, bool offset) { in sdp_copy_raw_data()
393 static void process_service_attr_rsp(tCONN_CB* p_ccb, uint8_t* p_reply, in process_service_attr_rsp()
521 static void process_service_search_attr_rsp(tCONN_CB* p_ccb, uint8_t* p_reply, in process_service_search_attr_rsp()
686 static uint8_t* save_attr_seq(tCONN_CB* p_ccb, uint8_t* p, uint8_t* p_msg_end) { in save_attr_seq()
H A Dsdp_server.cc107 void sdp_server_handle_client_req(tCONN_CB* p_ccb, BT_HDR* p_msg) { in sdp_server_handle_client_req()
181 static void process_service_search(tCONN_CB* p_ccb, uint16_t trans_num, in process_service_search()
309 static void process_service_attr_req(tCONN_CB* p_ccb, uint16_t trans_num, in process_service_attr_req()
543 static void process_service_search_attr_req(tCONN_CB* p_ccb, uint16_t trans_num, in process_service_search_attr_req()
/aosp12/system/bt/stack/l2cap/
H A Dl2c_csm.cc60 static void l2c_csm_send_connect_rsp(tL2C_CCB* p_ccb) { in l2c_csm_send_connect_rsp()
65 static void l2c_csm_send_config_req(tL2C_CCB* p_ccb) { in l2c_csm_send_config_req()
79 static void l2c_csm_send_config_rsp_ok(tL2C_CCB* p_ccb) { in l2c_csm_send_config_rsp_ok()
85 static void l2c_csm_send_disconnect_rsp(tL2C_CCB* p_ccb) { in l2c_csm_send_disconnect_rsp()
89 static void l2c_csm_indicate_connection_open(tL2C_CCB* p_ccb) { in l2c_csm_indicate_connection_open()
112 void l2c_csm_execute(tL2C_CCB* p_ccb, tL2CEVT event, void* p_data) { in l2c_csm_execute()
176 static void l2c_csm_closed(tL2C_CCB* p_ccb, tL2CEVT event, void* p_data) { in l2c_csm_closed()
346 static void l2c_csm_orig_w4_sec_comp(tL2C_CCB* p_ccb, tL2CEVT event, in l2c_csm_orig_w4_sec_comp()
445 static void l2c_csm_term_w4_sec_comp(tL2C_CCB* p_ccb, tL2CEVT event, in l2c_csm_term_w4_sec_comp()
737 static void l2c_csm_w4_l2ca_connect_rsp(tL2C_CCB* p_ccb, tL2CEVT event, in l2c_csm_w4_l2ca_connect_rsp()
[all …]
H A Dl2c_fcr.cc164 void l2c_fcr_start_timer(tL2C_CCB* p_ccb) { in l2c_fcr_start_timer()
191 void l2c_fcr_stop_timer(tL2C_CCB* p_ccb) { in l2c_fcr_stop_timer()
206 void l2c_fcr_cleanup(tL2C_CCB* p_ccb) { in l2c_fcr_cleanup()
266 bool l2c_fcr_is_flow_controlled(tL2C_CCB* p_ccb) { in l2c_fcr_is_flow_controlled()
470 void l2c_fcr_proc_pdu(tL2C_CCB* p_ccb, BT_HDR* p_buf) { in l2c_fcr_proc_pdu()
677 void l2c_lcc_proc_pdu(tL2C_CCB* p_ccb, BT_HDR* p_buf) { in l2c_lcc_proc_pdu()
777 void l2c_fcr_proc_tout(tL2C_CCB* p_ccb) { in l2c_fcr_proc_tout()
804 void l2c_fcr_proc_ack_tout(tL2C_CCB* p_ccb) { in l2c_fcr_proc_ack_tout()
1379 BT_HDR* l2c_fcr_get_next_xmit_sdu_seg(tL2C_CCB* p_ccb, in l2c_fcr_get_next_xmit_sdu_seg()
1521 BT_HDR* l2c_lcc_get_next_xmit_sdu_seg(tL2C_CCB* p_ccb, in l2c_lcc_get_next_xmit_sdu_seg()
[all …]
H A Dl2c_main.cc149 tL2C_CCB* p_ccb = NULL; in l2c_rcv_acl_data() local
357 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() local
404 tL2C_CCB* p_ccb = l2cu_allocate_ccb(p_lcb, 0); in process_l2cap_cmd() local
438 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() local
610 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() local
724 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() local
750 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() local
771 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid); in process_l2cap_cmd() local
973 tL2C_CCB* p_ccb = (tL2C_CCB*)data; in l2c_ccb_timer_timeout() local
979 tL2C_CCB* p_ccb = (tL2C_CCB*)data; in l2c_fcrb_ack_timer_timeout() local
[all …]
H A Dl2c_utils.cc150 tL2C_CCB* p_ccb; in l2cu_release_lcb() local
1158 void l2cu_enqueue_ccb(tL2C_CCB* p_ccb) { in l2cu_enqueue_ccb()
1238 void l2cu_dequeue_ccb(tL2C_CCB* p_ccb) { in l2cu_dequeue_ccb()
1357 tL2C_CCB* p_ccb; in l2cu_allocate_ccb() local
1529 void l2cu_release_ccb(tL2C_CCB* p_ccb) { in l2cu_release_ccb()
1617 tL2C_CCB* p_ccb; in l2cu_find_ccb_by_remote_cid() local
2173 tL2C_CCB* p_ccb; in l2cu_lcb_disconnecting() local
2298 tL2C_CCB* p_ccb; in l2cu_resubmit_pending_sec_req() local
2356 void l2cu_adjust_out_mps(tL2C_CCB* p_ccb) { in l2cu_adjust_out_mps()
2406 tL2C_CCB* p_ccb; in l2cu_initialize_fixed_ccb() local
[all …]
H A Dl2c_api.cc164 tL2C_CCB* p_ccb; in L2CA_Deregister() local
331 tL2C_CCB* p_ccb = l2cu_allocate_ccb(p_lcb, 0); in L2CA_ConnectReq() local
470 tL2C_CCB* p_ccb = p_lcb->ccb_queue.p_first_ccb; in L2CA_DeregisterLECoc() local
540 tL2C_CCB* p_ccb = l2cu_allocate_ccb(p_lcb, 0); in L2CA_ConnectLECocReq() local
754 tL2C_CCB* p_ccb = l2cu_allocate_ccb(p_lcb, 0); in L2CA_ConnectCreditBasedReq() local
815 tL2C_CCB* p_ccb; in L2CA_ReconfigCreditBasedConnsReq() local
887 tL2C_CCB* p_ccb; in L2CA_DisconnectReq() local
1026 tL2C_CCB* p_ccb; in L2CA_SetTxPriority() local
1374 tL2C_CCB* p_ccb; in L2CA_RemoveFixedChnl() local
1511 tL2C_CCB* p_ccb; in L2CA_SetChnlFlushability() local
[all …]
H A Dl2c_link.cc145 tL2C_CCB* p_ccb; in l2c_link_hci_conn_comp() local
277 tL2C_CCB* p_ccb; in l2c_link_sec_comp2() local
343 tL2C_CCB* p_ccb; in l2c_link_hci_disc_comp() local
462 tL2C_CCB* p_ccb; in l2c_link_timeout() local
549 tL2C_CCB* p_ccb; in l2c_info_resp_timer_timeout() local
727 tL2C_CCB* p_ccb = l2cb.ccb_pool + xx; in l2c_link_adjust_chnl_allocation() local
834 for (tL2C_CCB* p_ccb = p_lcb->ccb_queue.p_first_ccb; p_ccb; in l2c_link_check_power_mode() local
1392 tL2C_CCB* p_ccb; in l2cu_get_next_channel_in_rr() local
1487 tL2C_CCB* p_ccb; in l2cu_get_next_buffer_to_send() local
H A Dl2c_ble.cc202 for (tL2C_CCB* p_ccb = p_lcb->ccb_queue.p_first_ccb; p_ccb; in l2cble_notify_le_connection() local
421 tL2C_CCB *p_ccb = NULL, *temp_p_ccb = NULL; in l2cble_process_sig_cmd() local
1318 void l2cble_credit_based_conn_req(tL2C_CCB* p_ccb) { in l2cble_credit_based_conn_req()
1344 void l2cble_credit_based_conn_res(tL2C_CCB* p_ccb, uint16_t result) { in l2cble_credit_based_conn_res()
1366 void l2cble_send_flow_control_credit(tL2C_CCB* p_ccb, uint16_t credit_value) { in l2cble_send_flow_control_credit()
1388 void l2cble_send_peer_disc_req(tL2C_CCB* p_ccb) { in l2cble_send_peer_disc_req()
/aosp12/system/bt/stack/gap/
H A Dgap_conn.cc165 tGAP_CCB* p_ccb; in GAP_ConnOpen() local
410 tGAP_CCB* p_ccb; in GAP_GetRxQueueCnt() local
538 tGAP_CCB* p_ccb; in GAP_ConnGetRemMtuSize() local
559 tGAP_CCB* p_ccb; in GAP_ConnGetL2CAPCid() local
601 tGAP_CCB* p_ccb; in gap_connect_ind() local
707 tGAP_CCB* p_ccb; in gap_connect_cfm() local
753 tGAP_CCB* p_ccb; in gap_config_ind() local
787 tGAP_CCB* p_ccb; in gap_config_cfm() local
809 tGAP_CCB* p_ccb; in gap_disconnect_ind() local
831 tGAP_CCB* p_ccb; in gap_data_ind() local
[all …]
/aosp12/system/bt/test/mock/
H A Dmock_stack_l2cap_utils.cc57 bool l2cu_is_ccb_active(tL2C_CCB* p_ccb) { in l2cu_is_ccb_active()
129 void l2cu_adjust_out_mps(tL2C_CCB* p_ccb) { in l2cu_adjust_out_mps()
135 void l2cu_check_channel_congestion(tL2C_CCB* p_ccb) { in l2cu_check_channel_congestion()
146 void l2cu_disconnect_chnl(tL2C_CCB* p_ccb) { in l2cu_disconnect_chnl()
198 void l2cu_send_credit_based_reconfig_req(tL2C_CCB* p_ccb, in l2cu_send_credit_based_reconfig_req()
205 void l2cu_send_peer_ble_credit_based_conn_res(tL2C_CCB* p_ccb, in l2cu_send_peer_ble_credit_based_conn_res()
212 void l2cu_send_peer_ble_flow_control_credit(tL2C_CCB* p_ccb, in l2cu_send_peer_ble_flow_control_credit()
239 void l2cu_send_peer_connect_req(tL2C_CCB* p_ccb) { in l2cu_send_peer_connect_req()
246 void l2cu_send_peer_credit_based_conn_req(tL2C_CCB* p_ccb) { in l2cu_send_peer_credit_based_conn_req()
249 void l2cu_send_peer_credit_based_conn_res(tL2C_CCB* p_ccb, in l2cu_send_peer_credit_based_conn_res()
[all …]
H A Dmock_stack_l2cap_ble.cc158 void l2cble_credit_based_conn_req(tL2C_CCB* p_ccb) { in l2cble_credit_based_conn_req()
162 void l2cble_credit_based_conn_res(tL2C_CCB* p_ccb, uint16_t result) { in l2cble_credit_based_conn_res()
166 void l2cble_send_flow_control_credit(tL2C_CCB* p_ccb, uint16_t credit_value) { in l2cble_send_flow_control_credit()
171 void l2cble_send_peer_disc_req(tL2C_CCB* p_ccb) { in l2cble_send_peer_disc_req()
/aosp12/system/bt/stack/avct/
H A Davct_ccb.cc43 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_ccb_alloc() local
74 void avct_ccb_dealloc(tAVCT_CCB* p_ccb, uint8_t event, uint16_t result, in avct_ccb_dealloc()
105 uint8_t avct_ccb_to_idx(tAVCT_CCB* p_ccb) { in avct_ccb_to_idx()
121 tAVCT_CCB* p_ccb; in avct_ccb_by_idx() local
H A Davct_api.cc122 tAVCT_CCB* p_ccb; in AVCT_CreateConn() local
181 tAVCT_CCB* p_ccb; in AVCT_RemoveConn() local
222 tAVCT_CCB* p_ccb; in AVCT_CreateBrowse() local
285 tAVCT_CCB* p_ccb; in AVCT_RemoveBrowse() local
317 tAVCT_CCB* p_ccb = avct_ccb_by_idx(handle); in AVCT_GetBrowseMtu() local
338 tAVCT_CCB* p_ccb; in AVCT_GetPeerMtu() local
375 tAVCT_CCB* p_ccb; in AVCT_MsgReq() local
H A Davct_bcb_act.cc156 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_open_ind() local
221 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_open_fail() local
242 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_close_ind() local
272 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_close_cfm() local
381 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_cong_ind() local
507 tAVCT_CCB* p_ccb; in avct_bcb_msg_ind() local
587 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_dealloc() local
659 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_bcb_get_last_ccb_index() local
H A Davct_lcb_act.cc218 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_open_ind() local
263 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_open_fail() local
286 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_close_ind() local
315 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_close_cfm() local
419 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_cong_ind() local
590 tAVCT_CCB* p_ccb; in avct_lcb_msg_ind() local
H A Davct_lcb.cc302 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_dealloc() local
359 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_has_pid() local
381 tAVCT_CCB* p_ccb = &avct_cb.ccb[0]; in avct_lcb_last_ccb() local
/aosp12/system/bt/stack/test/common/
H A Dmock_stack_avdt_msg.cc31 void avdt_msg_send_rsp(AvdtpCcb* p_ccb, uint8_t sig_id, tAVDT_MSG* p_params) { in avdt_msg_send_rsp()
48 void avdt_msg_ind(AvdtpCcb* p_ccb, BT_HDR* p_buf) { in avdt_msg_ind()
52 void avdt_msg_send_rej(AvdtpCcb* p_ccb, uint8_t sig_id, tAVDT_MSG* p_params) { in avdt_msg_send_rej()
58 void avdt_msg_send_cmd(AvdtpCcb* p_ccb, void* p_scb, uint8_t sig_id, in avdt_msg_send_cmd()
76 bool avdt_msg_send(AvdtpCcb* p_ccb, BT_HDR* p_msg) { in avdt_msg_send()

12