Lines Matching refs:codec_index
187 bool IsSupportedCodec(btav_a2dp_codec_index_t codec_index);
497 btav_a2dp_codec_index_t codec_index);
507 btav_a2dp_codec_index_t codec_index);
780 bool BtaAvCo::IsSupportedCodec(btav_a2dp_codec_index_t codec_index) { in IsSupportedCodec() argument
785 return codecs->isSupportedCodec(codec_index); in IsSupportedCodec()
1782 btav_a2dp_codec_index_t codec_index) { in FindPeerSink() argument
1783 if (codec_index == BTAV_A2DP_CODEC_INDEX_MAX) { in FindPeerSink()
1794 if (peer_codec_index != codec_index) { in FindPeerSink()
1801 __func__, A2DP_CodecIndexStr(codec_index)); in FindPeerSink()
1810 btav_a2dp_codec_index_t codec_index) { in FindPeerSource() argument
1811 if (codec_index == BTAV_A2DP_CODEC_INDEX_MAX) { in FindPeerSource()
1822 if (peer_codec_index != codec_index) { in FindPeerSource()
1829 __func__, A2DP_CodecIndexStr(codec_index)); in FindPeerSource()
2045 bool bta_av_co_is_supported_codec(btav_a2dp_codec_index_t codec_index) { in bta_av_co_is_supported_codec() argument
2046 return bta_av_co_cb.IsSupportedCodec(codec_index); in bta_av_co_is_supported_codec()
2058 bool bta_av_co_audio_init(btav_a2dp_codec_index_t codec_index, in bta_av_co_audio_init() argument
2060 return A2DP_InitCodecConfig(codec_index, p_cfg); in bta_av_co_audio_init()