Home
last modified time | relevance | path

Searched refs:peer_codec_index (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/test/
Dstack_a2dp_test.cc832 btav_a2dp_codec_index_t peer_codec_index; in TEST_F() local
841 peer_codec_index = A2DP_SourceCodecIndex(codec_info_sbc_sink_capability); in TEST_F()
842 EXPECT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in TEST_F()
858 peer_codec_index = A2DP_SourceCodecIndex(codec_info_aac_sink_capability); in TEST_F()
859 EXPECT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in TEST_F()
875 peer_codec_index = A2DP_SourceCodecIndex(codec_info_sbc); in TEST_F()
876 EXPECT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in TEST_F()
891 peer_codec_index = A2DP_SourceCodecIndex(codec_info_aac); in TEST_F()
892 EXPECT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in TEST_F()
907 peer_codec_index = A2DP_SinkCodecIndex(codec_info_sbc_capability); in TEST_F()
[all …]
/system/bt/btif/co/
Dbta_av_co.cc1792 btav_a2dp_codec_index_t peer_codec_index = in FindPeerSink() local
1794 if (peer_codec_index != codec_index) { in FindPeerSink()
1820 btav_a2dp_codec_index_t peer_codec_index = in FindPeerSource() local
1822 if (peer_codec_index != codec_index) { in FindPeerSource()