Home
last modified time | relevance | path

Searched refs:AvdtpScb (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/stack/avdt/
Davdt_int.h412 class AvdtpScb {
414 AvdtpScb() in AvdtpScb() function
603 AvdtpScb scb[AVDT_NUM_SEPS]; // The AVDTP stream control blocks
715 AvdtpScb* LookupAvdtpScb(const AvdtpTransportChannel& tc);
727 typedef void (*tAVDT_SCB_ACTION)(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data);
766 uint8_t ComputeScbHandle(const AvdtpScb* p_scb) const { in ComputeScbHandle()
836 void avdt_scb_event(AvdtpScb* p_scb, uint8_t event, tAVDT_SCB_EVT* p_data);
838 AvdtpScb* avdt_scb_alloc(uint8_t peer_id,
840 void avdt_scb_dealloc(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data);
841 uint8_t avdt_scb_to_hdl(AvdtpScb* p_scb);
[all …]
Davdt_scb_act.cc71 uint32_t avdt_scb_gen_ssrc(AvdtpScb* p_scb) { in avdt_scb_gen_ssrc()
87 void avdt_scb_hdl_abort_cmd(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data) { in avdt_scb_hdl_abort_cmd()
102 void avdt_scb_hdl_abort_rsp(AvdtpScb* /* p_scb */, in avdt_scb_hdl_abort_rsp() argument
117 void avdt_scb_hdl_close_cmd(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data) { in avdt_scb_hdl_close_cmd()
132 void avdt_scb_hdl_close_rsp(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data) { in avdt_scb_hdl_close_rsp()
147 void avdt_scb_hdl_getconfig_cmd(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data) { in avdt_scb_hdl_getconfig_cmd()
163 void avdt_scb_hdl_getconfig_rsp(AvdtpScb* /* p_scb */, in avdt_scb_hdl_getconfig_rsp() argument
178 void avdt_scb_hdl_open_cmd(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data) { in avdt_scb_hdl_open_cmd()
194 void avdt_scb_hdl_open_rej(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data) { in avdt_scb_hdl_open_rej()
209 void avdt_scb_hdl_open_rsp(AvdtpScb* p_scb, tAVDT_SCB_EVT* /* p_data */) { in avdt_scb_hdl_open_rsp()
[all …]
Davdt_api.cc79 AvdtpScb* p_scb = (AvdtpScb*)data; in avdt_scb_transport_channel_timer_timeout()
140 AvdtpScb* p_scb = avdt_scb_by_hdl(handle); in AVDT_AbortReq()
165 AvdtpScb* p_scb; in AVDT_CreateStream()
209 AvdtpScb* p_scb; in AVDT_RemoveStream()
405 AvdtpScb* p_scb; in AVDT_DelayReport()
447 AvdtpScb* p_scb = NULL; in AVDT_OpenReq()
506 AvdtpScb* p_scb; in AVDT_ConfigRsp()
560 AvdtpScb* p_scb = NULL; in AVDT_StartReq()
618 AvdtpScb* p_scb = NULL; in AVDT_SuspendReq()
675 AvdtpScb* p_scb; in AVDT_CloseReq()
[all …]
Davdt_ad.cc41 AvdtpScb* AvdtpAdaptationLayer::LookupAvdtpScb( in LookupAvdtpScb()
67 uint8_t avdt_ad_type_to_tcid(uint8_t type, AvdtpScb* p_scb) { in avdt_ad_type_to_tcid()
216 AvdtpScb* p_scb) { in avdt_ad_tc_tbl_by_type()
300 AvdtpScb* p_scb; in avdt_ad_tc_close_ind()
345 AvdtpScb* p_scb; in avdt_ad_tc_open_ind()
410 AvdtpScb* p_scb; in avdt_ad_tc_cong_ind()
447 AvdtpScb* p_scb; in avdt_ad_tc_data_ind()
486 uint8_t avdt_ad_write_req(uint8_t type, AvdtpCcb* p_ccb, AvdtpScb* p_scb, in avdt_ad_write_req()
513 void avdt_ad_open_req(uint8_t type, AvdtpCcb* p_ccb, AvdtpScb* p_scb, in avdt_ad_open_req()
581 void avdt_ad_close_req(uint8_t type, AvdtpCcb* p_ccb, AvdtpScb* p_scb) { in avdt_ad_close_req()
Davdt_ccb_act.cc115 AvdtpScb* p_scb = &(p_ccb->scb[0]); in avdt_ccb_chk_close()
149 AvdtpScb* p_scb = &(p_ccb->scb[0]); in avdt_ccb_hdl_discover_cmd()
212 AvdtpScb* p_scb = avdt_scb_by_hdl(p_data->msg.single.seid); in avdt_ccb_hdl_getcap_cmd()
297 AvdtpScb* p_scb; in avdt_ccb_hdl_start_rsp()
367 AvdtpScb* p_scb; in avdt_ccb_hdl_suspend_rsp()
495 AvdtpScb* p_scb; in avdt_ccb_snd_start_cmd()
544 AvdtpScb* p_scb; in avdt_ccb_snd_start_rsp()
575 AvdtpScb* p_scb; in avdt_ccb_snd_suspend_cmd()
619 AvdtpScb* p_scb; in avdt_ccb_snd_suspend_rsp()
650 AvdtpScb* p_scb = &(p_ccb->scb[0]); in avdt_ccb_clear_cmds()
[all …]
Davdt_scb.cc761 void avdt_scb_event(AvdtpScb* p_scb, uint8_t event, tAVDT_SCB_EVT* p_data) { in avdt_scb_event()
780 AvdtpScb* p_avdt_scb = &avdtp_cb.ccb[i].scb[j]; in avdt_scb_event()
853 AvdtpScb* avdt_scb_alloc(uint8_t peer_id, in avdt_scb_alloc()
859 AvdtpScb* p_scb = &avdtp_cb.ccb[peer_id].scb[0]; in avdt_scb_alloc()
873 void AvdtpScb::Allocate(AvdtpCcb* p_avdtp_ccb, in Allocate()
893 void avdt_scb_dealloc(AvdtpScb* p_scb, tAVDT_SCB_EVT* /* p_data */) { in avdt_scb_dealloc()
908 uint8_t avdt_scb_to_hdl(AvdtpScb* p_scb) { return p_scb->ScbHandle(); } in avdt_scb_to_hdl()
921 AvdtpScb* avdt_scb_by_hdl(uint8_t hdl) { in avdt_scb_by_hdl()
932 AvdtpScb* p_scb = &avdtp_cb.ccb[i].scb[j]; in avdt_scb_by_hdl()
967 AvdtpScb* p_scb = avdt_scb_by_hdl(p_seid[i]); in avdt_scb_verify()
[all …]
Davdt_msg.cc1361 *p = avdt_scb_to_hdl((AvdtpScb*)p_scb); in avdt_msg_send_cmd()
1520 AvdtpScb* p_scb; in avdt_msg_ind()
/packages/modules/Bluetooth/system/stack/test/
Dstack_avdtp_test.cc316 void avdt_scb_hdl_pkt_no_frag(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data);
333 AvdtpScb* pscb = avdt_scb_by_hdl(scb_handle_); in TEST_F()
364 AvdtpScb* pscb = avdt_scb_by_hdl(scb_handle_); in TEST_F()
401 AvdtpScb* pscb = avdt_scb_by_hdl(scb_handle_); in TEST_F()
441 AvdtpScb* pscb = avdt_scb_by_hdl(scb_handle_); in TEST_F()