Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc857 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_sbc), in TEST_F()
859 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_sbc_capability), in TEST_F()
861 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_sbc_sink_capability), in TEST_F()
863 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_aac), in TEST_F()
865 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_aac_capability), in TEST_F()
867 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_aac_sink_capability), in TEST_F()
875 EXPECT_EQ(A2DP_SourceCodecIndex(codec_info_non_a2dp), in TEST_F()
1007 peer_codec_index = A2DP_SourceCodecIndex(codec_info_sbc_sink_capability); in TEST_F()
1024 peer_codec_index = A2DP_SourceCodecIndex(codec_info_sbc); in TEST_F()
1040 peer_codec_index = A2DP_SourceCodecIndex(codec_info_aac); in TEST_F()
[all …]
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/
Da2dpCodecInfoFuzzFunctions.h192 A2DP_SourceCodecIndex(codec_info);
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc689 btav_a2dp_codec_index_t codec_index = A2DP_SourceCodecIndex(p_codec_info); in findSourceCodecConfig()
915 codec_type = A2DP_SourceCodecIndex(p_ota_codec_config); in setCodecOtaConfig()
1385 A2DP_SourceCodecIndex(p_codec_info))) { in A2DP_GetEncoderInterface()
1447 btav_a2dp_codec_index_t A2DP_SourceCodecIndex(const uint8_t* p_codec_info) { in A2DP_SourceCodecIndex() function
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_codec_config.cc263 btav_a2dp_codec_index_t A2DP_SourceCodecIndex( in A2DP_SourceCodecIndex() function
Dmock_a2dp_codec_config.cc250 btav_a2dp_codec_index_t A2DP_SourceCodecIndex(const uint8_t* p_codec_info) { in A2DP_SourceCodecIndex() function
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co_peer.cc169 A2DP_SourceCodecIndex(p_sink->codec_caps); in FindPeerSink()
Dbta_av_co.cc232 auto codec_index = A2DP_SourceCodecIndex(p_codec_info); in ProcessSourceGetConfig()
274 p_peer, A2DP_SourceCodecIndex(p_peer->codec_config), in ProcessSourceGetConfig()
1433 p_peer, A2DP_SourceCodecIndex(p_ota_codec_config), ContentProtectFlag()); in SetCodecOtaConfig()
/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h724 btav_a2dp_codec_index_t A2DP_SourceCodecIndex(const uint8_t* p_codec_info);
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc3342 A2DP_SourceCodecIndex(p_scb->cfg.codec_info); in bta_av_offload_codec_builder()