/packages/modules/Bluetooth/system/bta/av/ |
D | bta_av_aact.cc | 250 p_scb->PeerAddress(), p_scb->role, p_scb->chnl, p_scb->hndl); in notify_start_failed() 255 .hndl = p_scb->hndl, in notify_start_failed() 287 BTA_AV_AVRC_TIMER_EVT, p_scb->hndl); in bta_av_st_rc_timer() 435 log::verbose("bta_handle:0x{:x} avdt_handle:{}", p_scb->hndl, handle); in bta_av_proc_stream_evt() 436 p_msg->hdr.layer_specific = p_scb->hndl; in bta_av_proc_stream_evt() 511 if (bta_av_cb.handle != p_scb->hndl) { in bta_av_a2dp_sdp_cback() 513 bta_av_cb.handle, p_scb->hndl); in bta_av_a2dp_sdp_cback() 550 p_msg->hdr.layer_specific = p_scb->hndl; in bta_av_a2dp_sdp_cback() 656 .hndl = p_scb->hndl, in bta_av_role_res() 679 .hndl = p_scb->hndl, in bta_av_role_res() [all …]
|
D | bta_av_api.cc | 136 void BTA_AvDeregister(tBTA_AV_HNDL hndl) { in BTA_AvDeregister() argument 139 p_buf->layer_specific = hndl; in BTA_AvDeregister() 259 void BTA_AvOffloadStart(tBTA_AV_HNDL hndl) { in BTA_AvOffloadStart() argument 260 log::info("bta_handle=0x{:x}", hndl); in BTA_AvOffloadStart() 265 p_buf->layer_specific = hndl; in BTA_AvOffloadStart() 309 void BTA_AvReconfig(tBTA_AV_HNDL hndl, bool suspend, uint8_t sep_info_idx, in BTA_AvReconfig() argument 312 log::info("bta_handle=0x{:x} suspend={} sep_info_idx={}", hndl, suspend, in BTA_AvReconfig() 318 p_buf->hdr.layer_specific = hndl; in BTA_AvReconfig() 340 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, uint8_t* p_data, uint16_t len) { in BTA_AvProtectReq() argument 344 p_buf->hdr.layer_specific = hndl; in BTA_AvProtectReq() [all …]
|
D | bta_av_main.cc | 257 const RawAddress& btif_addr = btif_av_find_by_handle(p_scb->hndl); in BTA_AvObtainPeerChannelIndex() 279 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; in bta_av_hndl_to_scb() local 281 uint8_t idx = (hndl & BTA_AV_HNDL_MSK); in bta_av_hndl_to_scb() 314 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl); in bta_av_alloc_scb() 416 log::verbose("bta_handle x{:x}, role x{:x}", p_scb->hndl, p_scb->role); in bta_av_conn_cback() 519 reg_data.hndl = p_scb->hndl; in bta_av_api_register() 662 p_scb->hndl, p_scb->app_id, codec_index); in bta_av_api_register() 946 peer_addr, new_role, hci_status, p_scb->hndl); in bta_av_sys_rs_cback() 948 p_buf->hdr.layer_specific = p_scb->hndl; in bta_av_sys_rs_cback() 973 p_scb->PeerAddress(), bta_av_cb.rs_idx, p_scb->hndl, in bta_av_sys_rs_cback() [all …]
|
D | bta_av_ssm.cc | 427 p_scb->PeerAddress(), p_scb->hndl, fmt::ptr(p_scb), event, in bta_av_better_stream_state_machine() 433 p_scb->PeerAddress(), p_scb->hndl, fmt::ptr(p_scb), event, in bta_av_better_stream_state_machine() 526 p_scb->PeerAddress(), p_scb->hndl, p_scb->state, in bta_av_set_scb_sst_init()
|
D | bta_av_act.cc | 540 disc = p_scb->hndl; in bta_av_rc_opened() 1544 const RawAddress& btif_addr = btif_av_find_by_handle(p_scb->hndl); in bta_av_find_lcb_index_by_scb_and_address() 1623 hdr.layer_specific = p_scb->hndl; in bta_av_sig_chg() 1692 tBTA_AV_HNDL hndl = p_data->hdr.layer_specific; in bta_av_signalling_timer() local 1693 tBTA_AV_SCB* p_scb = bta_av_hndl_to_scb(hndl); in bta_av_signalling_timer() 1709 log::verbose("hndl 0x{:x}", p_scb->hndl); in bta_av_signalling_timer() 1712 BTA_AV_SIGNALLING_TIMER_EVT, hndl); in bta_av_signalling_timer() 2699 log::verbose("deregistered {}(h{})", p_scb->chnl, p_scb->hndl); in bta_av_dereg_comp()
|
D | bta_av_int.h | 359 tBTA_AV_HNDL hndl; member 532 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */ member
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_av_api.h | 75 std::function<void(tBTA_AV_HNDL hndl)> body{[](tBTA_AV_HNDL /* hndl */) {}}; 76 void operator()(tBTA_AV_HNDL hndl) { body(hndl); }; in operator() 145 std::function<void(tBTA_AV_HNDL hndl)> body{[](tBTA_AV_HNDL /* hndl */) {}}; 146 void operator()(tBTA_AV_HNDL hndl) { body(hndl); }; in operator() 179 std::function<void(tBTA_AV_HNDL hndl, uint8_t* p_data, uint16_t len)> body{ 182 void operator()(tBTA_AV_HNDL hndl, uint8_t* p_data, uint16_t len) { in operator() 183 body(hndl, p_data, len); in operator() 192 std::function<void(tBTA_AV_HNDL hndl, uint8_t error_code, uint8_t* p_data, 196 void operator()(tBTA_AV_HNDL hndl, uint8_t error_code, uint8_t* p_data, in operator() 198 body(hndl, error_code, p_data, len); in operator() [all …]
|
D | mock_bta_av_api.cc | 83 void BTA_AvDeregister(tBTA_AV_HNDL hndl) { in BTA_AvDeregister() argument 85 test::mock::bta_av_api::BTA_AvDeregister(hndl); in BTA_AvDeregister() 109 void BTA_AvOffloadStart(tBTA_AV_HNDL hndl) { in BTA_AvOffloadStart() argument 111 test::mock::bta_av_api::BTA_AvOffloadStart(hndl); in BTA_AvOffloadStart() 122 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, uint8_t* p_data, uint16_t len) { in BTA_AvProtectReq() argument 124 test::mock::bta_av_api::BTA_AvProtectReq(hndl, p_data, len); in BTA_AvProtectReq() 126 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, uint8_t error_code, uint8_t* p_data, in BTA_AvProtectRsp() argument 129 test::mock::bta_av_api::BTA_AvProtectRsp(hndl, error_code, p_data, len); in BTA_AvProtectRsp() 131 void BTA_AvReconfig(tBTA_AV_HNDL hndl, bool suspend, uint8_t sep_info_idx, in BTA_AvReconfig() argument 136 hndl, suspend, sep_info_idx, p_codec_info, num_protect, p_protect_info); in BTA_AvReconfig()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_av_api.h | 169 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member 182 tBTA_AV_HNDL hndl; member 193 tBTA_AV_HNDL hndl; member 199 tBTA_AV_HNDL hndl; member 208 tBTA_AV_HNDL hndl; member 216 tBTA_AV_HNDL hndl; member 223 tBTA_AV_HNDL hndl; member 231 tBTA_AV_HNDL hndl; member 332 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the member 464 void BTA_AvDeregister(tBTA_AV_HNDL hndl); [all …]
|
/packages/modules/Bluetooth/system/bta/ar/ |
D | bta_ar_int.h | 45 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the member
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_av.cc | 2456 .hndl = p_av->close.hndl, in ProcessEvent() 3236 bta_handle = reg.hndl; in btif_av_handle_bta_av_event() 3258 bta_handle = open.hndl; in btif_av_handle_bta_av_event() 3264 bta_handle = close.hndl; in btif_av_handle_bta_av_event() 3270 bta_handle = start.hndl; in btif_av_handle_bta_av_event() 3277 bta_handle = suspend.hndl; in btif_av_handle_bta_av_event() 3283 bta_handle = protect_req.hndl; in btif_av_handle_bta_av_event() 3288 bta_handle = protect_rsp.hndl; in btif_av_handle_bta_av_event() 3349 bta_handle = reconfig.hndl; in btif_av_handle_bta_av_event() 3360 bta_handle = reject.hndl; in btif_av_handle_bta_av_event()
|