Home
last modified time | relevance | path

Searched refs:getCurrentCodecConfig (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/test/
Dstack_a2dp_test.cc898 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
914 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
930 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
946 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
962 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
978 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
994 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
1026 ASSERT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
1048 ASSERT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
/system/bt/stack/test/fuzzers/a2dp/codec/
Da2dpCodecFuzzFunctions.h123 codecs->getCurrentCodecConfig();
/system/bt/stack/include/
Da2dp_codec_api.h311 A2dpCodecConfig* getCurrentCodecConfig() const { in getCurrentCodecConfig() function
/system/bt/btif/co/
Dbta_av_co.cc792 return active_peer_->GetCodecs()->getCurrentCodecConfig(); in GetActivePeerCurrentCodec()
802 return peer->GetCodecs()->getCurrentCodecConfig(); in GetPeerCurrentCodec()