Lines Matching refs:codec_index
489 btav_a2dp_codec_index_t codec_index);
499 btav_a2dp_codec_index_t codec_index);
1760 btav_a2dp_codec_index_t codec_index) { in FindPeerSink() argument
1761 if (codec_index == BTAV_A2DP_CODEC_INDEX_MAX) { in FindPeerSink()
1772 if (peer_codec_index != codec_index) { in FindPeerSink()
1779 __func__, A2DP_CodecIndexStr(codec_index)); in FindPeerSink()
1788 btav_a2dp_codec_index_t codec_index) { in FindPeerSource() argument
1789 if (codec_index == BTAV_A2DP_CODEC_INDEX_MAX) { in FindPeerSource()
1800 if (peer_codec_index != codec_index) { in FindPeerSource()
1807 __func__, A2DP_CodecIndexStr(codec_index)); in FindPeerSource()
2032 bool bta_av_co_audio_init(btav_a2dp_codec_index_t codec_index, in bta_av_co_audio_init() argument
2034 return A2DP_InitCodecConfig(codec_index, p_cfg); in bta_av_co_audio_init()