Home
last modified time | relevance | path

Searched refs:setSinkCodecConfig (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc1060 EXPECT_TRUE(a2dp_codecs->setSinkCodecConfig( in TEST_F()
1076 EXPECT_TRUE(a2dp_codecs->setSinkCodecConfig( in TEST_F()
1092 EXPECT_TRUE(a2dp_codecs->setSinkCodecConfig( in TEST_F()
1108 EXPECT_TRUE(a2dp_codecs->setSinkCodecConfig( in TEST_F()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_codec_config.cc222 bool A2dpCodecs::setSinkCodecConfig(const uint8_t* /* p_peer_codec_info */, in setSinkCodecConfig() function in A2dpCodecs
Dmock_a2dp_codec_config.cc209 bool A2dpCodecs::setSinkCodecConfig(const uint8_t* p_peer_codec_info, in setSinkCodecConfig() function in A2dpCodecs
/packages/modules/Bluetooth/system/stack/test/a2dp/
Da2dp_opus_unittest.cc102 ASSERT_TRUE(a2dp_codecs_->setSinkCodecConfig(kCodecInfoOpusCapability, true, in SetCodecConfig()
Da2dp_aac_unittest.cc107 ASSERT_TRUE(a2dp_codecs_->setSinkCodecConfig(kCodecInfoAacCapability, true, in SetCodecConfig()
Da2dp_sbc_unittest.cc108 ASSERT_TRUE(a2dp_codecs_->setSinkCodecConfig(kCodecInfoSbcCapability, true, in SetCodecConfig()
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/
Da2dpCodecFuzzFunctions.h186 codecs->setSinkCodecConfig(peer_codec_info, fdp->ConsumeBool(),
/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h372 bool setSinkCodecConfig(const uint8_t* p_peer_codec_info, bool is_capability,
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc738 bool A2dpCodecs::setSinkCodecConfig(const uint8_t* p_peer_codec_info, in setSinkCodecConfig() function in A2dpCodecs
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc1294 if (!p_peer->GetCodecs()->setSinkCodecConfig( in AttemptSinkCodecSelection()