Searched refs:peer_codec_index (Results 1 – 6 of 6) sorted by relevance
998 btav_a2dp_codec_index_t peer_codec_index; in TEST_F() local1007 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 …]
82 btav_a2dp_codec_index_t peer_codec_index; in SetCodecConfig() local87 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()
91 btav_a2dp_codec_index_t peer_codec_index; in SetCodecConfig() local98 peer_codec_index = A2DP_SinkCodecIndex(kCodecInfoOpusCapability); in SetCodecConfig()99 ASSERT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in SetCodecConfig()
95 btav_a2dp_codec_index_t peer_codec_index; in SetCodecConfig() local103 peer_codec_index = A2DP_SinkCodecIndex(kCodecInfoAacCapability); in SetCodecConfig()104 ASSERT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in SetCodecConfig()
96 btav_a2dp_codec_index_t peer_codec_index; in SetCodecConfig() local104 peer_codec_index = A2DP_SinkCodecIndex(kCodecInfoSbcCapability); in SetCodecConfig()105 ASSERT_NE(peer_codec_index, BTAV_A2DP_CODEC_INDEX_MAX); in SetCodecConfig()
141 btav_a2dp_codec_index_t peer_codec_index = in FindPeerSource() local143 if (peer_codec_index != codec_index) { in FindPeerSource()168 btav_a2dp_codec_index_t peer_codec_index = in FindPeerSink() local170 if (peer_codec_index != codec_index) { in FindPeerSink()