Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc998 btav_a2dp_codec_index_t peer_codec_index; in TEST_F() local
1007 peer_codec_index = A2DP_SourceCodecIndex(codec_info_sbc_sink_capability); in TEST_F()
1008 EXPECT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in TEST_F()
1024 peer_codec_index = A2DP_SourceCodecIndex(codec_info_sbc); in TEST_F()
1025 EXPECT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in TEST_F()
1040 peer_codec_index = A2DP_SourceCodecIndex(codec_info_aac); in TEST_F()
1041 EXPECT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in TEST_F()
1056 peer_codec_index = A2DP_SinkCodecIndex(codec_info_sbc_capability); in TEST_F()
1057 EXPECT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in TEST_F()
1072 peer_codec_index = A2DP_SinkCodecIndex(codec_info_aac_capability); in TEST_F()
[all …]
/packages/modules/Bluetooth/system/stack/test/a2dp/
Da2dp_vendor_ldac_unittest.cc82 btav_a2dp_codec_index_t peer_codec_index; in SetCodecConfig() local
87 peer_codec_index = A2DP_SinkCodecIndex(kCodecInfoLdacCapability); in SetCodecConfig()
88 ASSERT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in SetCodecConfig()
89 ASSERT_EQ(peer_codec_index, BTAV_A2DP_CODEC_INDEX_SINK_LDAC); in SetCodecConfig()
Da2dp_opus_unittest.cc91 btav_a2dp_codec_index_t peer_codec_index; in SetCodecConfig() local
98 peer_codec_index = A2DP_SinkCodecIndex(kCodecInfoOpusCapability); in SetCodecConfig()
99 ASSERT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in SetCodecConfig()
Da2dp_aac_unittest.cc95 btav_a2dp_codec_index_t peer_codec_index; in SetCodecConfig() local
103 peer_codec_index = A2DP_SinkCodecIndex(kCodecInfoAacCapability); in SetCodecConfig()
104 ASSERT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in SetCodecConfig()
Da2dp_sbc_unittest.cc96 btav_a2dp_codec_index_t peer_codec_index; in SetCodecConfig() local
104 peer_codec_index = A2DP_SinkCodecIndex(kCodecInfoSbcCapability); in SetCodecConfig()
105 ASSERT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in SetCodecConfig()
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co_peer.cc141 btav_a2dp_codec_index_t peer_codec_index = in FindPeerSource() local
143 if (peer_codec_index != codec_index) { in FindPeerSource()
168 btav_a2dp_codec_index_t peer_codec_index = in FindPeerSink() local
170 if (peer_codec_index != codec_index) { in FindPeerSink()