Home
last modified time | relevance | path

Searched refs:A2DP_SourceCodecIndex (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/bt/stack/test/
H A Dstack_a2dp_test.cc747 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_sbc), in TEST_F()
749 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_sbc_capability), in TEST_F()
751 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_sbc_sink_capability), in TEST_F()
753 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_aac), in TEST_F()
755 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_aac_capability), in TEST_F()
757 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_aac_sink_capability), in TEST_F()
759 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_non_a2dp), in TEST_F()
890 peer_codec_index = A2DP_SourceCodecIndex(codec_info_sbc_sink_capability); in TEST_F()
907 peer_codec_index = A2DP_SourceCodecIndex(codec_info_sbc); in TEST_F()
923 peer_codec_index = A2DP_SourceCodecIndex(codec_info_aac); in TEST_F()
[all …]
/aosp12/system/bt/stack/test/fuzzers/a2dp/codec/
H A Da2dpCodecInfoFuzzFunctions.h191 A2DP_SourceCodecIndex(codec_info);
/aosp12/system/bt/test/mock/
H A Dmock_a2dp_codec_config.cc258 btav_a2dp_codec_index_t A2DP_SourceCodecIndex(const uint8_t* p_codec_info) { in A2DP_SourceCodecIndex() function
H A Dmock_stack_a2dp_codec_config.cc258 btav_a2dp_codec_index_t A2DP_SourceCodecIndex(const uint8_t* p_codec_info) { in A2DP_SourceCodecIndex() function
/aosp12/system/bt/stack/a2dp/
H A Da2dp_codec_config.cc675 btav_a2dp_codec_index_t codec_index = A2DP_SourceCodecIndex(p_codec_info); in findSourceCodecConfig()
895 codec_type = A2DP_SourceCodecIndex(p_ota_codec_config); in setCodecOtaConfig()
1441 btav_a2dp_codec_index_t A2DP_SourceCodecIndex(const uint8_t* p_codec_info) { in A2DP_SourceCodecIndex() function
/aosp12/system/bt/stack/include/
H A Da2dp_codec_api.h713 btav_a2dp_codec_index_t A2DP_SourceCodecIndex(const uint8_t* p_codec_info);
/aosp12/system/bt/btif/co/
H A Dbta_av_co.cc966 FindPeerSink(p_peer, A2DP_SourceCodecIndex(p_peer->codec_config)); in ProcessSourceGetConfig()
1818 A2DP_SourceCodecIndex(p_sink->codec_caps); in FindPeerSink()
2023 FindPeerSink(p_peer, A2DP_SourceCodecIndex(p_ota_codec_config)); in SetCodecOtaConfig()
/aosp12/system/bt/bta/av/
H A Dbta_av_aact.cc3175 A2DP_SourceCodecIndex(p_scb->cfg.codec_info); in bta_av_offload_codec_builder()