Home
last modified time | relevance | path

Searched refs:hndl (Results 1 – 9 of 9) sorted by relevance

/system/bt/bta/include/
Dbta_av_api.h169 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member
181 tBTA_AV_HNDL hndl; member
192 tBTA_AV_HNDL hndl; member
198 tBTA_AV_HNDL hndl; member
207 tBTA_AV_HNDL hndl; member
215 tBTA_AV_HNDL hndl; member
222 tBTA_AV_HNDL hndl; member
230 tBTA_AV_HNDL hndl; member
327 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the member
467 void BTA_AvDeregister(tBTA_AV_HNDL hndl);
[all …]
/system/bt/bta/av/
Dbta_av_aact.cc298 p_scb->hndl); in notify_start_failed()
305 start.hndl = p_scb->hndl; in notify_start_failed()
333 BTA_AV_AVRC_TIMER_EVT, p_scb->hndl); in bta_av_st_rc_timer()
481 p_scb->hndl, handle); in bta_av_proc_stream_evt()
482 p_msg->hdr.layer_specific = p_scb->hndl; in bta_av_proc_stream_evt()
559 if (bta_av_cb.handle != p_scb->hndl) { in bta_av_a2dp_sdp_cback()
561 __func__, bta_av_cb.handle, p_scb->hndl); in bta_av_a2dp_sdp_cback()
597 p_msg->hdr.layer_specific = p_scb->hndl; in bta_av_a2dp_sdp_cback()
706 start.hndl = p_scb->hndl; in bta_av_role_res()
726 av_open.hndl = p_scb->hndl; in bta_av_role_res()
[all …]
Dbta_av_api.cc137 void BTA_AvDeregister(tBTA_AV_HNDL hndl) { in BTA_AvDeregister() argument
140 p_buf->layer_specific = hndl; in BTA_AvDeregister()
247 void BTA_AvOffloadStart(tBTA_AV_HNDL hndl) { in BTA_AvOffloadStart() argument
248 LOG_INFO("%s: bta_handle=0x%x", __func__, hndl); in BTA_AvOffloadStart()
253 p_buf->layer_specific = hndl; in BTA_AvOffloadStart()
267 void BTA_AvOffloadStartRsp(tBTA_AV_HNDL hndl, tBTA_AV_STATUS status) { in BTA_AvOffloadStartRsp() argument
272 p_buf->hdr.layer_specific = hndl; in BTA_AvOffloadStartRsp()
318 void BTA_AvReconfig(tBTA_AV_HNDL hndl, bool suspend, uint8_t sep_info_idx, in BTA_AvReconfig() argument
321 LOG_INFO("%s: bta_handle=0x%x suspend=%s sep_info_idx=%d", __func__, hndl, in BTA_AvReconfig()
327 p_buf->hdr.layer_specific = hndl; in BTA_AvReconfig()
[all …]
Dbta_av_main.cc342 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; in bta_av_hndl_to_scb() local
344 uint8_t idx = (hndl & BTA_AV_HNDL_MSK); in bta_av_hndl_to_scb()
377 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl); in bta_av_alloc_scb()
463 APPL_TRACE_DEBUG("%s: bta_handle x%x, role x%x", __func__, p_scb->hndl, in bta_av_conn_cback()
558 registr.hndl = p_scb->hndl; in bta_av_api_register()
693 __func__, p_scb->hndl, p_scb->app_id, codec_index); in bta_av_api_register()
964 __func__, peer_addr.ToString().c_str(), id, app_id, p_scb->hndl); in bta_av_sys_rs_cback()
972 p_buf->hdr.layer_specific = p_scb->hndl; in bta_av_sys_rs_cback()
998 bta_av_cb.rs_idx, p_scb->hndl, p_scb->q_tag); in bta_av_sys_rs_cback()
1119 BTA_AV_AVRC_TIMER_EVT, p_scb->hndl); in bta_av_switch_if_needed()
[all …]
Dbta_av_ssm.cc498 __func__, p_scb->PeerAddress().ToString().c_str(), p_scb->hndl, event, in bta_av_ssm_execute()
504 p_scb->PeerAddress().ToString().c_str(), p_scb->hndl, event, in bta_av_ssm_execute()
514 p_scb->hndl); in bta_av_ssm_execute()
585 __func__, p_scb->PeerAddress().ToString().c_str(), p_scb->hndl, in bta_av_set_scb_sst_init()
Dbta_av_int.h318 tBTA_AV_HNDL hndl; member
478 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */ member
Dbta_av_act.cc507 disc = p_scb->hndl; in bta_av_rc_opened()
2255 p_scb->hndl); in bta_av_dereg_comp()
/system/bt/bta/ar/
Dbta_ar_int.h43 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the member
/system/bt/btif/src/
Dbtif_av.cc1951 .hndl = p_av->close.hndl, in ProcessEvent()
2554 bta_handle = registr.hndl; in btif_av_handle_bta_av_event()
2568 bta_handle = open.hndl; in btif_av_handle_bta_av_event()
2573 bta_handle = close.hndl; in btif_av_handle_bta_av_event()
2578 bta_handle = start.hndl; in btif_av_handle_bta_av_event()
2584 bta_handle = suspend.hndl; in btif_av_handle_bta_av_event()
2589 bta_handle = protect_req.hndl; in btif_av_handle_bta_av_event()
2594 bta_handle = protect_rsp.hndl; in btif_av_handle_bta_av_event()
2634 bta_handle = reconfig.hndl; in btif_av_handle_bta_av_event()
2645 bta_handle = reject.hndl; in btif_av_handle_bta_av_event()