/packages/modules/Bluetooth/system/stack/avdt/ |
D | avdt_scb_act.cc | 475 (tAVDT_CTRL*)&p_data->msg.reconfig_cmd, p_scb->stream_config.scb_index); in avdt_scb_hdl_reconfig_cmd() 509 (tAVDT_CTRL*)&p_data->msg.svccap, p_scb->stream_config.scb_index); in avdt_scb_hdl_reconfig_rsp() 532 (tAVDT_CTRL*)&p_data->msg.security_cmd, p_scb->stream_config.scb_index); in avdt_scb_hdl_security_cmd() 550 (tAVDT_CTRL*)&p_data->msg.security_cmd, p_scb->stream_config.scb_index); in avdt_scb_hdl_security_rsp() 566 fmt::ptr(p_scb), p_scb->stream_config.scb_index); in avdt_scb_hdl_setconfig_cmd() 598 p_scb->stream_config.scb_index); in avdt_scb_hdl_setconfig_cmd() 633 (tAVDT_CTRL*)&p_data->msg.hdr, p_scb->stream_config.scb_index); in avdt_scb_hdl_setconfig_rej() 710 AVDT_START_IND_EVT, NULL, p_scb->stream_config.scb_index); in avdt_scb_hdl_start_cmd() 728 p_scb->stream_config.scb_index); in avdt_scb_hdl_start_rsp() 745 AVDT_SUSPEND_IND_EVT, NULL, p_scb->stream_config.scb_index); in avdt_scb_hdl_suspend_cmd() [all …]
|
D | avdt_scb.cc | 769 p_scb->stream_config.scb_index); in avdt_scb_event() 776 int scb_index = -1; in avdt_scb_event() local 785 scb_index = j; in avdt_scb_event() 793 avdtp_cb.ccb[ccb_index].scb[scb_index].curr_stream = true; in avdt_scb_event() 940 fmt::ptr(p_scb), p_scb->stream_config.scb_index); in avdt_scb_by_hdl()
|
D | avdt_api.cc | 173 peer_id, avdtp_stream_config.scb_index); in AVDT_CreateStream() 182 peer_id, avdtp_stream_config.scb_index); in AVDT_CreateStream() 1030 dprintf(fd, " SCB index: %d\n", scb.stream_config.scb_index); in stack_debug_avdtp_api_dump()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | avdt_api.h | 318 scb_index(0) {} in AvdtpRcb() 326 scb_index = 0; in Reset() 333 uint8_t scb_index; /* The Stream Control Block index */ variable 470 uint8_t scb_index); 504 scb_index(0), in AvdtpStreamConfig() 515 scb_index = 0; in Reset() 526 uint8_t scb_index; // The index to the bta_av_cb.p_scb[] entry variable
|
/packages/modules/Bluetooth/system/bta/av/ |
D | bta_av_main.cc | 345 uint8_t scb_index = p_scb->hdi; in bta_av_free_scb() local 346 log::assert_that(scb_index < BTA_AV_NUM_STRS, in bta_av_free_scb() 349 log::assert_that(p_scb == bta_av_cb.p_scb[scb_index], in bta_av_free_scb() 351 bta_av_cb.p_scb[scb_index] = nullptr; in bta_av_free_scb() 394 uint8_t event, tAVDT_CTRL* p_data, uint8_t scb_index) { in bta_av_conn_cback() argument 414 p_msg->scb_index = scb_index; in bta_av_conn_cback() 418 log::info("conn_cback bd_addr: {}, scb_index: {}", bd_addr, scb_index); in bta_av_conn_cback() 533 reg.scb_index = p_scb->hdi; in bta_av_api_register() 606 avdtp_stream_config.scb_index = p_scb->hdi; in bta_av_api_register()
|
D | bta_av_int.h | 374 uint8_t scb_index; member 737 tAVDT_CTRL* p_data, uint8_t scb_index); 790 uint8_t scb_index);
|
D | bta_av_aact.cc | 353 uint8_t scb_index) { in bta_av_proc_stream_evt() argument 354 log::assert_that(scb_index < BTA_AV_NUM_STRS, in bta_av_proc_stream_evt() 356 tBTA_AV_SCB* p_scb = bta_av_cb.p_scb[scb_index]; in bta_av_proc_stream_evt() 361 bd_addr, handle, event, scb_index, fmt::ptr(p_scb)); in bta_av_proc_stream_evt() 383 p_msg->scb_index = scb_index; in bta_av_proc_stream_evt() 385 scb_index); in bta_av_proc_stream_evt() 443 bta_av_conn_cback(handle, bd_addr, event, p_data, scb_index); in bta_av_proc_stream_evt()
|
D | bta_av_act.cc | 1641 uint8_t scb_index = p_data->str_msg.scb_index; in bta_av_sig_chg() local 1642 alarm_cancel(p_cb->p_scb[scb_index]->link_signalling_timer); in bta_av_sig_chg()
|
/packages/modules/Bluetooth/system/bta/ar/ |
D | bta_ar.cc | 103 uint8_t scb_index) { in bta_ar_avdt_cback() argument 106 (*bta_ar_cb.p_av_conn_cback)(handle, bd_addr, event, p_data, scb_index); in bta_ar_avdt_cback() 158 uint8_t scb_index) { in bta_ar_avdt_conn() argument
|
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_avdtp_test.cc | 44 uint8_t scb_index) { in AvdtConnCallback() argument 51 uint8_t scb_index) { in StreamCtrlCallback() argument 66 reg_ctrl_block_.scb_index = 0; in SetUpTestCase()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_ar_api.h | 88 uint8_t scb_index);
|