Home | History | Annotate | Download | only in co

Lines Matching refs:hndl

55 #define BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl) (((hndl) & (~BTA_AV_CHNL_MSK)) - 1)
247 static tBTA_AV_CO_PEER *bta_av_co_get_peer(tBTA_AV_HNDL hndl)
252 index = BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl);
341 void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps, UINT8 num_snk,
349 hndl, num_seps, num_snk, num_src);
352 p_peer = bta_av_co_get_peer(hndl);
456 UINT8 bta_av_audio_sink_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
471 hndl, codec_type, seid);
476 p_peer = bta_av_co_get_peer(hndl);
580 UINT8 bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
595 p_peer = bta_av_co_get_peer(hndl);
604 result = bta_av_audio_sink_getconfig(hndl, codec_type, p_codec_info, p_sep_info_idx,
609 hndl, codec_type, seid);
710 APPL_TRACE_DEBUG("bta_av_co_audio_getconfig call BTA_AvReconfig(x%x)", hndl);
711 BTA_AvReconfig(hndl, TRUE, p_sink->sep_info_idx, p_peer->codec_cfg, *p_num_protect, (UINT8 *)bta_av_co_cp_scmst);
739 void bta_av_co_audio_setconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
760 p_peer = bta_av_co_get_peer(hndl);
766 bta_av_ci_setconfig(hndl, A2D_BUSY, AVDT_ASC_CODEC, 0, NULL, FALSE, avdt_handle);
869 bta_av_ci_setconfig(hndl, status, category, 0, NULL, FALSE, avdt_handle);
880 bta_av_ci_setconfig(hndl, A2D_SUCCESS, A2D_SUCCESS, 0, NULL, recfg_needed, avdt_handle);
895 void bta_av_co_audio_open(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT8 *p_codec_info,
906 p_peer = bta_av_co_get_peer(hndl);
929 void bta_av_co_audio_close(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT16 mtu)
941 p_peer = bta_av_co_get_peer(hndl);
967 void bta_av_co_audio_start(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
970 UNUSED(hndl);
992 extern void bta_av_co_audio_stop(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type)
994 UNUSED(hndl);
1070 void bta_av_co_audio_drop(tBTA_AV_HNDL hndl)
1074 APPL_TRACE_ERROR("bta_av_co_audio_drop dropped: x%x", hndl);
1088 void bta_av_co_audio_delay(tBTA_AV_HNDL hndl, UINT16 delay)
1092 APPL_TRACE_ERROR("bta_av_co_audio_delay handle: x%x, delay:0x%x", hndl, delay);
1735 void bta_av_co_audio_discard_config(tBTA_AV_HNDL hndl)
1742 p_peer = bta_av_co_get_peer(hndl);
1791 BOOLEAN bta_av_co_peer_cp_supported(tBTA_AV_HNDL hndl)
1800 p_peer = bta_av_co_get_peer(hndl);