Home
last modified time | relevance | path

Searched refs:A2DP_SinkCodecIndex (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc881 EXPECT_EQ(A2DP_SinkCodecIndex(codec_info_sbc), in TEST_F()
883 EXPECT_EQ(A2DP_SinkCodecIndex(codec_info_sbc_capability), in TEST_F()
885 EXPECT_EQ(A2DP_SinkCodecIndex(codec_info_sbc_sink_capability), in TEST_F()
887 EXPECT_EQ(A2DP_SinkCodecIndex(codec_info_aac), in TEST_F()
889 EXPECT_EQ(A2DP_SinkCodecIndex(codec_info_aac_capability), in TEST_F()
891 EXPECT_EQ(A2DP_SinkCodecIndex(codec_info_aac_sink_capability), in TEST_F()
899 EXPECT_EQ(A2DP_SinkCodecIndex(codec_info_non_a2dp), in TEST_F()
1056 peer_codec_index = A2DP_SinkCodecIndex(codec_info_sbc_capability); in TEST_F()
1072 peer_codec_index = A2DP_SinkCodecIndex(codec_info_aac_capability); in TEST_F()
1088 peer_codec_index = A2DP_SinkCodecIndex(codec_info_sbc); in TEST_F()
[all …]
/packages/modules/Bluetooth/system/stack/test/a2dp/
Da2dp_vendor_ldac_unittest.cc87 peer_codec_index = A2DP_SinkCodecIndex(kCodecInfoLdacCapability); in SetCodecConfig()
Da2dp_opus_unittest.cc98 peer_codec_index = A2DP_SinkCodecIndex(kCodecInfoOpusCapability); in SetCodecConfig()
Da2dp_aac_unittest.cc103 peer_codec_index = A2DP_SinkCodecIndex(kCodecInfoAacCapability); in SetCodecConfig()
Da2dp_sbc_unittest.cc104 peer_codec_index = A2DP_SinkCodecIndex(kCodecInfoSbcCapability); in SetCodecConfig()
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/
Da2dpCodecInfoFuzzFunctions.h197 A2DP_SinkCodecIndex(codec_info);
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_codec_config.cc259 btav_a2dp_codec_index_t A2DP_SinkCodecIndex(const uint8_t* /* p_codec_info */) { in A2DP_SinkCodecIndex() function
Dmock_a2dp_codec_config.cc246 btav_a2dp_codec_index_t A2DP_SinkCodecIndex(const uint8_t* p_codec_info) { in A2DP_SinkCodecIndex() function
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co_peer.cc142 A2DP_SinkCodecIndex(p_source->codec_caps); in FindPeerSource()
Dbta_av_co.cc410 p_peer, A2DP_SinkCodecIndex(p_peer->codec_config), in ProcessSinkGetConfig()
/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h729 btav_a2dp_codec_index_t A2DP_SinkCodecIndex(const uint8_t* p_codec_info);
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc708 btav_a2dp_codec_index_t codec_index = A2DP_SinkCodecIndex(p_codec_info); in findSinkCodecConfig()
1473 btav_a2dp_codec_index_t A2DP_SinkCodecIndex(const uint8_t* p_codec_info) { in A2DP_SinkCodecIndex() function