Home
last modified time | relevance | path

Searched refs:scb_index (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/bt/stack/avdt/
H A Davdt_scb_act.cc608 p_scb->stream_config.scb_index); in avdt_scb_hdl_setconfig_cmd()
721 AVDT_START_IND_EVT, NULL, p_scb->stream_config.scb_index); in avdt_scb_hdl_start_cmd()
739 p_scb->stream_config.scb_index); in avdt_scb_hdl_start_rsp()
775 p_scb->stream_config.scb_index); in avdt_scb_hdl_suspend_rsp()
801 uint8_t scb_index = p_scb->stream_config.scb_index; in avdt_scb_hdl_tc_close() local
864 p_scb->stream_config.scb_index); in avdt_scb_hdl_delay_rpt_cmd()
887 p_scb->stream_config.scb_index); in avdt_scb_hdl_delay_rpt_rsp()
1406 p_scb->stream_config.scb_index); in avdt_scb_cb_err()
1511 &avdt_ctrl, p_scb->stream_config.scb_index); in avdt_scb_free_pkt()
1550 &avdt_ctrl, p_scb->stream_config.scb_index); in avdt_scb_clr_pkt()
[all …]
H A Davdt_scb.cc767 avdt_scb_st_str[p_scb->state], p_scb, p_scb->stream_config.scb_index); in avdt_scb_event()
774 int scb_index = -1; in avdt_scb_event() local
783 scb_index = j; in avdt_scb_event()
791 avdtp_cb.ccb[ccb_index].scb[scb_index].curr_stream = true; in avdt_scb_event()
938 __func__, hdl, p_scb, p_scb->stream_config.scb_index); in avdt_scb_by_hdl()
H A Davdt_api.cc165 peer_id, avdtp_stream_config.scb_index); in AVDT_CreateStream()
173 peer_id, avdtp_stream_config.scb_index); in AVDT_CreateStream()
1065 dprintf(fd, " SCB index: %d\n", scb.stream_config.scb_index); in stack_debug_avdtp_api_dump()
/aosp12/system/bt/stack/include/
H A Davdt_api.h321 scb_index(0) {} in AvdtpRcb()
329 scb_index = 0; in Reset()
336 uint8_t scb_index; /* The Stream Control Block index */ variable
473 uint8_t scb_index);
507 scb_index(0), in AvdtpStreamConfig()
518 scb_index = 0; in Reset()
529 uint8_t scb_index; // The index to the bta_av_cb.p_scb[] entry variable
/aosp12/system/bt/bta/ar/
H A Dbta_ar.cc60 uint8_t scb_index) { in bta_ar_avdt_cback() argument
63 (*bta_ar_cb.p_av_conn_cback)(handle, bd_addr, event, p_data, scb_index); in bta_ar_avdt_cback()
115 uint8_t scb_index) { in bta_ar_avdt_conn() argument
/aosp12/system/bt/bta/av/
H A Dbta_av_main.cc285 uint8_t scb_index = p_scb->hdi; in bta_av_free_scb() local
286 CHECK(scb_index < BTA_AV_NUM_STRS); in bta_av_free_scb()
288 CHECK(p_scb == bta_av_cb.p_scb[scb_index]); in bta_av_free_scb()
289 bta_av_cb.p_scb[scb_index] = nullptr; in bta_av_free_scb()
331 uint8_t event, tAVDT_CTRL* p_data, uint8_t scb_index) { in bta_av_conn_cback() argument
352 p_msg->scb_index = scb_index; in bta_av_conn_cback()
460 reg.scb_index = p_scb->hdi; in bta_av_api_register()
527 avdtp_stream_config.scb_index = p_scb->hdi; in bta_av_api_register()
H A Dbta_av_int.h354 uint8_t scb_index; member
698 uint8_t scb_index);
752 uint8_t scb_index);
H A Dbta_av_aact.cc343 uint8_t scb_index) { in bta_av_proc_stream_evt() argument
344 CHECK_LT(scb_index, BTA_AV_NUM_STRS); in bta_av_proc_stream_evt()
345 tBTA_AV_SCB* p_scb = bta_av_cb.p_scb[scb_index]; in bta_av_proc_stream_evt()
350 __func__, bd_addr.ToString().c_str(), handle, event, scb_index, p_scb); in bta_av_proc_stream_evt()
372 p_msg->scb_index = scb_index; in bta_av_proc_stream_evt()
374 p_msg->bd_addr.ToString().c_str(), scb_index); in bta_av_proc_stream_evt()
433 bta_av_conn_cback(handle, bd_addr, event, p_data, scb_index); in bta_av_proc_stream_evt()
H A Dbta_av_act.cc1479 uint8_t scb_index = p_data->str_msg.scb_index; in bta_av_sig_chg() local
1480 alarm_cancel(p_cb->p_scb[scb_index]->link_signalling_timer); in bta_av_sig_chg()
/aosp12/system/bt/stack/test/
H A Dstack_avdtp_test.cc50 uint8_t scb_index) { in AvdtConnCallback() argument
57 uint8_t scb_index) { in StreamCtrlCallback() argument
72 reg_ctrl_block_.scb_index = 0; in SetUpTestCase()
/aosp12/system/bt/bta/include/
H A Dbta_ar_api.h87 uint8_t scb_index);
/aosp12/system/bt/test/mock/
H A Dmock_bta_ar.cc38 uint8_t scb_index) { in bta_ar_avdt_conn() argument
H A Dmock_bta_av_main.cc82 uint8_t event, tAVDT_CTRL* p_data, uint8_t scb_index) { in bta_av_conn_cback() argument