/system/bt/bta/include/ |
D | bta_av_co.h | 102 extern void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps, 117 extern void bta_av_co_video_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps, 132 extern UINT8 bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, 148 extern UINT8 bta_av_co_video_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, 163 extern void bta_av_co_audio_setconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, 178 extern void bta_av_co_video_setconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, 195 extern void bta_av_co_audio_open(tBTA_AV_HNDL hndl, 210 extern void bta_av_co_video_open(tBTA_AV_HNDL hndl, 228 extern void bta_av_co_audio_close(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, 242 extern void bta_av_co_video_close(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, [all …]
|
D | bta_av_api.h | 273 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member 286 tBTA_AV_HNDL hndl; member 298 tBTA_AV_HNDL hndl; member 305 tBTA_AV_HNDL hndl; member 315 tBTA_AV_HNDL hndl; member 324 tBTA_AV_HNDL hndl; member 332 tBTA_AV_HNDL hndl; member 341 tBTA_AV_HNDL hndl; member 428 … tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */ member 585 void BTA_AvDeregister(tBTA_AV_HNDL hndl); [all …]
|
D | bta_av_ci.h | 64 extern void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code,
|
/system/bt/btif/co/ |
D | bta_av_co.c | 56 #define BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl) (((hndl) & (~BTA_AV_CHNL_MSK)) - 1) argument 248 static tBTA_AV_CO_PEER *bta_av_co_get_peer(tBTA_AV_HNDL hndl) in bta_av_co_get_peer() argument 253 index = BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl); in bta_av_co_get_peer() 342 void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps, UINT8 num_snk, in bta_av_co_audio_disc_res() argument 350 hndl, num_seps, num_snk, num_src); in bta_av_co_audio_disc_res() 353 p_peer = bta_av_co_get_peer(hndl); in bta_av_co_audio_disc_res() 457 UINT8 bta_av_audio_sink_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, in bta_av_audio_sink_getconfig() argument 472 hndl, codec_type, seid); in bta_av_audio_sink_getconfig() 477 p_peer = bta_av_co_get_peer(hndl); in bta_av_audio_sink_getconfig() 581 UINT8 bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, in bta_av_co_audio_getconfig() argument [all …]
|
/system/bt/bta/av/ |
D | bta_av_aact.c | 328 start.hndl = p_scb->hndl; in notify_start_failed() 356 BTA_AV_AVRC_TIMER_EVT, p_scb->hndl); in bta_av_st_rc_timer() 549 APPL_TRACE_VERBOSE("hndl:x%x", p_scb->hndl); in bta_av_proc_stream_evt() 550 p_msg->hdr.layer_specific = p_scb->hndl; in bta_av_proc_stream_evt() 844 start.hndl = p_scb->hndl; in bta_av_role_res() 868 av_open.hndl = p_scb->hndl; in bta_av_role_res() 904 p_scb->p_cos->delay(p_scb->hndl, p_data->str_msg.msg.delay_rpt_cmd.delay); in bta_av_delay_co() 981 BTA_AV_AVRC_TIMER_EVT, p_scb->hndl); in bta_av_do_disc_a2d() 1008 bta_av_cb.handle = p_scb->hndl; in bta_av_do_disc_a2d() 1015 bta_av_cb.handle = p_scb->hndl; in bta_av_do_disc_a2d() [all …]
|
D | bta_av_api.c | 140 void BTA_AvDeregister(tBTA_AV_HNDL hndl) in BTA_AvDeregister() argument 144 p_buf->layer_specific = hndl; in BTA_AvDeregister() 244 void BTA_AvOffloadStart(tBTA_AV_HNDL hndl) in BTA_AvOffloadStart() argument 249 p_buf->layer_specific = hndl; in BTA_AvOffloadStart() 263 void BTA_AvOffloadStartRsp(tBTA_AV_HNDL hndl, tBTA_AV_STATUS status) in BTA_AvOffloadStartRsp() argument 269 p_buf->hdr.layer_specific = hndl; in BTA_AvOffloadStartRsp() 333 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT8 sep_info_idx, in BTA_AvReconfig() argument 339 p_buf->hdr.layer_specific = hndl; in BTA_AvReconfig() 361 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, UINT8 *p_data, UINT16 len) in BTA_AvProtectReq() argument 366 p_buf->hdr.layer_specific = hndl; in BTA_AvProtectReq() [all …]
|
D | bta_av_ci.c | 68 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category, in bta_av_ci_setconfig() argument 74 p_buf->hdr.layer_specific = hndl; in bta_av_ci_setconfig()
|
D | bta_av_int.h | 165 typedef void (*tBTA_AV_CO_DISC_RES) (tBTA_AV_HNDL hndl, UINT8 num_seps, 167 typedef UINT8 (*tBTA_AV_CO_GETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, 170 typedef void (*tBTA_AV_CO_SETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, 174 typedef void (*tBTA_AV_CO_OPEN) (tBTA_AV_HNDL hndl, 177 typedef void (*tBTA_AV_CO_CLOSE) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT16 mtu); 178 typedef void (*tBTA_AV_CO_START) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,UINT8 *p_codec_info, … 179 typedef void (*tBTA_AV_CO_STOP) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type); 182 typedef void (*tBTA_AV_CO_DELAY) (tBTA_AV_HNDL hndl, UINT16 delay); 324 tBTA_AV_HNDL hndl; member 500 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */ member
|
D | bta_av_main.c | 295 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; in bta_av_hndl_to_scb() local 297 UINT8 idx = (hndl & BTA_AV_HNDL_MSK); in bta_av_hndl_to_scb() 356 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl); in bta_av_alloc_scb() 401 APPL_TRACE_DEBUG("scb hndl x%x, role x%x", p_scb->hndl, p_scb->role); in bta_av_conn_cback() 522 registr.hndl = p_scb->hndl; in bta_av_api_register() 928 APPL_TRACE_DEBUG("new_role:%d, hci_status:x%x hndl: x%x", id, app_id, p_scb->hndl); in bta_av_sys_rs_cback() 936 p_buf->hdr.layer_specific = p_scb->hndl; in bta_av_sys_rs_cback() 964 bta_av_cb.rs_idx, p_scb->hndl, p_scb->q_tag); in bta_av_sys_rs_cback() 1076 BTA_AV_AVRC_TIMER_EVT, p_scb->hndl); in bta_av_switch_if_needed() 1106 __func__, p_scb->hndl, role, bta_av_cb.conn_audio, bits, in bta_av_link_role_ok() [all …]
|
D | bta_av_ssm.c | 454 p_scb->hndl, event, bta_av_evt_code(event), p_scb->state, bta_av_sst_code(p_scb->state)); in bta_av_ssm_execute()
|
D | bta_av_act.c | 509 disc = p_scb->hndl; in bta_av_rc_opened() 2117 APPL_TRACE_DEBUG("deregistered %d(h%d)", p_scb->chnl, p_scb->hndl); in bta_av_dereg_comp()
|
/system/bt/btif/include/ |
D | btif_av_co.h | 136 void bta_av_co_audio_discard_config(tBTA_AV_HNDL hndl); 159 BOOLEAN bta_av_co_peer_cp_supported(tBTA_AV_HNDL hndl);
|
/system/bt/bta/ar/ |
D | bta_ar_int.h | 49 … tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */ member
|
/system/bt/btif/src/ |
D | btif_av.c | 323 btif_av_cb.bta_handle = ((tBTA_AV*)p_data)->registr.hndl; in btif_av_state_idle_handler()
|