/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 | 270 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member 283 tBTA_AV_HNDL hndl; member 295 tBTA_AV_HNDL hndl; member 302 tBTA_AV_HNDL hndl; member 312 tBTA_AV_HNDL hndl; member 321 tBTA_AV_HNDL hndl; member 329 tBTA_AV_HNDL hndl; member 338 tBTA_AV_HNDL hndl; member 424 … tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */ member 574 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 | 55 #define BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl) (((hndl) & (~BTA_AV_CHNL_MSK)) - 1) argument 247 static tBTA_AV_CO_PEER *bta_av_co_get_peer(tBTA_AV_HNDL hndl) in bta_av_co_get_peer() argument 252 index = BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl); in bta_av_co_get_peer() 341 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 349 hndl, num_seps, num_snk, num_src); in bta_av_co_audio_disc_res() 352 p_peer = bta_av_co_get_peer(hndl); in bta_av_co_audio_disc_res() 456 UINT8 bta_av_audio_sink_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, in bta_av_audio_sink_getconfig() argument 471 hndl, codec_type, seid); in bta_av_audio_sink_getconfig() 476 p_peer = bta_av_co_get_peer(hndl); in bta_av_audio_sink_getconfig() 580 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 | 322 start.hndl = p_scb->hndl; in notify_start_failed() 552 APPL_TRACE_VERBOSE("hndl:x%x", p_scb->hndl); in bta_av_proc_stream_evt() 553 p_msg->hdr.layer_specific = p_scb->hndl; in bta_av_proc_stream_evt() 853 start.hndl = p_scb->hndl; in bta_av_role_res() 877 av_open.hndl = p_scb->hndl; in bta_av_role_res() 913 p_scb->p_cos->delay(p_scb->hndl, p_data->str_msg.msg.delay_rpt_cmd.delay); in bta_av_delay_co() 1016 bta_av_cb.handle = p_scb->hndl; in bta_av_do_disc_a2d() 1071 msg.hdr.layer_specific = p_scb->hndl; in bta_av_cleanup() 1150 setconfig.hndl = p_scb->hndl; /* we may not need this */ in bta_av_config_ind() 1180 p_scb->p_cos->setcfg(p_scb->hndl, p_scb->codec_type, in bta_av_config_ind() [all …]
|
D | bta_av_api.c | 144 void BTA_AvDeregister(tBTA_AV_HNDL hndl) in BTA_AvDeregister() argument 150 p_buf->layer_specific = hndl; in BTA_AvDeregister() 308 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT8 sep_info_idx, in BTA_AvReconfig() argument 315 p_buf->hdr.layer_specific = hndl; in BTA_AvReconfig() 337 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, UINT8 *p_data, UINT16 len) in BTA_AvProtectReq() argument 343 p_buf->hdr.layer_specific = hndl; in BTA_AvProtectReq() 371 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, UINT8 error_code, UINT8 *p_data, UINT16 len) in BTA_AvProtectRsp() argument 377 p_buf->hdr.layer_specific = hndl; in BTA_AvProtectRsp()
|
D | bta_av_ci.c | 70 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category, in bta_av_ci_setconfig() argument 77 p_buf->hdr.layer_specific = hndl; in bta_av_ci_setconfig()
|
D | bta_av_int.h | 163 typedef void (*tBTA_AV_CO_DISC_RES) (tBTA_AV_HNDL hndl, UINT8 num_seps, 165 typedef UINT8 (*tBTA_AV_CO_GETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, 168 typedef void (*tBTA_AV_CO_SETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, 172 typedef void (*tBTA_AV_CO_OPEN) (tBTA_AV_HNDL hndl, 175 typedef void (*tBTA_AV_CO_CLOSE) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT16 mtu); 176 typedef void (*tBTA_AV_CO_START) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,UINT8 *p_codec_info, … 177 typedef void (*tBTA_AV_CO_STOP) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type); 180 typedef void (*tBTA_AV_CO_DELAY) (tBTA_AV_HNDL hndl, UINT16 delay); 321 tBTA_AV_HNDL hndl; member 488 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */ member
|
D | bta_av_main.c | 239 p_buf->layer_specific = p_scb->hndl; in bta_av_timer_cback() 323 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; in bta_av_hndl_to_scb() local 325 UINT8 idx = (hndl & BTA_AV_HNDL_MSK); in bta_av_hndl_to_scb() 387 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl); in bta_av_alloc_scb() 458 APPL_TRACE_DEBUG("scb hndl x%x, role x%x", p_scb->hndl, p_scb->role); in bta_av_conn_cback() 573 registr.hndl = p_scb->hndl; in bta_av_api_register() 953 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() 961 p_buf->hdr.layer_specific = p_scb->hndl; in bta_av_sys_rs_cback() 989 bta_av_cb.rs_idx, p_scb->hndl, p_scb->q_tag); in bta_av_sys_rs_cback() 1129 __func__, p_scb->hndl, role, bta_av_cb.conn_audio, bits, in bta_av_link_role_ok() [all …]
|
D | bta_av_ssm.c | 440 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() 1989 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 | 297 btif_av_cb.bta_handle = ((tBTA_AV*)p_data)->registr.hndl; in btif_av_state_idle_handler()
|