Lines Matching refs:codec_index
181 bool IsSupportedCodec(btav_a2dp_codec_index_t codec_index);
495 btav_a2dp_codec_index_t codec_index);
505 btav_a2dp_codec_index_t codec_index);
778 bool BtaAvCo::IsSupportedCodec(btav_a2dp_codec_index_t codec_index) { in IsSupportedCodec() argument
783 return codecs->isSupportedCodec(codec_index); in IsSupportedCodec()
1807 btav_a2dp_codec_index_t codec_index) { in FindPeerSink() argument
1808 if (codec_index == BTAV_A2DP_CODEC_INDEX_MAX) { in FindPeerSink()
1819 if (peer_codec_index != codec_index) { in FindPeerSink()
1826 __func__, A2DP_CodecIndexStr(codec_index)); in FindPeerSink()
1835 btav_a2dp_codec_index_t codec_index) { in FindPeerSource() argument
1836 if (codec_index == BTAV_A2DP_CODEC_INDEX_MAX) { in FindPeerSource()
1847 if (peer_codec_index != codec_index) { in FindPeerSource()
1854 __func__, A2DP_CodecIndexStr(codec_index)); in FindPeerSource()
2067 bool bta_av_co_is_supported_codec(btav_a2dp_codec_index_t codec_index) { in bta_av_co_is_supported_codec() argument
2068 return bta_av_co_cb.IsSupportedCodec(codec_index); in bta_av_co_is_supported_codec()
2080 bool bta_av_co_audio_init(btav_a2dp_codec_index_t codec_index, in bta_av_co_audio_init() argument
2082 return A2DP_InitCodecConfig(codec_index, p_cfg); in bta_av_co_audio_init()