Home
last modified time | relevance | path

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

/system/bt/stack/test/
Dstack_a2dp_test.cc849 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
866 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
882 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
898 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()
/system/bt/stack/include/
Da2dp_codec_api.h311 A2dpCodecConfig* getCurrentCodecConfig() const { in getCurrentCodecConfig() function
/system/bt/btif/co/
Dbta_av_co.cc798 return active_peer_->GetCodecs()->getCurrentCodecConfig(); in GetActivePeerCurrentCodec()
808 return peer->GetCodecs()->getCurrentCodecConfig(); in GetPeerCurrentCodec()