Home
last modified time | relevance | path

Searched refs:setCodecConfig (Results 1 – 25 of 39) sorted by relevance

12

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DAbstractBluetoothDialogPreferenceControllerTest.java124 mCodecStatus = new BluetoothCodecStatus.Builder().setCodecConfig(mCodecConfigAAC).build(); in onIndexUpdated_checkFlow()
164 mCodecStatus = new BluetoothCodecStatus.Builder().setCodecConfig(mCodecConfigAAC).build(); in getCurrentCodecConfig_verifyConfig()
175 .setCodecConfig(mCodecConfigAAC) in getSelectableConfigs_verifyConfig()
188 .setCodecConfig(mCodecConfigAAC) in getSelectableByCodecType_verifyConfig()
202 .setCodecConfig(mCodecConfigAAC) in getSelectableByCodecType_unavailable()
216 .setCodecConfig(mCodecConfigAAC) in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
DBluetoothCodecDialogPreferenceControllerTest.java135 .setCodecConfig(mCodecConfigSBC) in writeConfigurationValues_selectDefault_setHighest()
153 .setCodecConfig(mCodecConfigSBC) in writeConfigurationValues_checkCodec()
186 .setCodecConfig(mCodecConfigAAC) in writeConfigurationValues_resetHighestConfig()
229 .setCodecConfig(mCodecConfigOPUS) in onHDAudioEnabled_optionalCodecEnabled_setsCodecTypeAsOpus()
248 .setCodecConfig(mCodecConfigAAC) in onHDAudioEnabled_optionalCodecEnabled_setsCodecTypeAsAAC()
266 .setCodecConfig(mCodecConfigAAC) in onHDAudioEnabled_optionalCodecDisabled_setsCodecTypeAsSBC()
DBluetoothCodecListPreferenceControllerTest.java188 .setCodecConfig(mCodecConfigSBC) in writeConfigurationValues_selectDefault()
205 .setCodecConfig(mCodecConfigSBC) in writeConfigurationValues_checkCodec()
231 .setCodecConfig(mCodecConfigSBC) in writeConfigurationValues_chooseHighestConfig()
DBluetoothQualityDialogPreferenceControllerTest.java126 .setCodecConfig(mCodecConfigLDAC) in updateState_codeTypeIsLDAC_enablePreference()
140 .setCodecConfig(mCodecConfigAAC) in updateState_codeTypeAAC_disablePreference()
DBluetoothSampleRateDialogPreferenceControllerTest.java110 .setCodecConfig(mCodecConfigAAC) in writeConfigurationValues_selectDefault_setHighest()
148 .setCodecConfig(mCodecConfigAAC) in getSelectableIndex_verifyList()
DBluetoothChannelModeDialogPreferenceControllerTest.java106 .setCodecConfig(mCodecConfigSBC) in writeConfigurationValues_selectDefault_setHighest()
135 .setCodecConfig(mCodecConfigSBC) in getSelectableIndex_verifyList()
DBluetoothBitPerSampleDialogPreferenceControllerTest.java106 .setCodecConfig(mCodecConfigAAC) in writeConfigurationValues_selectDefault_setHighest()
138 .setCodecConfig(mCodecConfigAAC) in getSelectableIndex_verifyList()
DAbstractBluetoothListPreferenceControllerTest.java179 mCodecStatus = new BluetoothCodecStatus.Builder().setCodecConfig(mCodecConfigAAC).build(); in getCurrentCodecConfig_verifyConfig()
209 .setCodecConfig(mCodecConfigAAC) in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
/packages/modules/Bluetooth/system/stack/include/
Da2dp_ext.h36 bool setCodecConfig(const uint8_t* p_peer_codec_info, bool is_capability,
47 void setCodecConfig(btav_a2dp_codec_config_t codec_parameters, in setCodecConfig() function
Da2dp_vendor_aptx.h39 bool setCodecConfig(const uint8_t* p_peer_codec_info, bool is_capability,
Da2dp_vendor_aptx_hd.h39 bool setCodecConfig(const uint8_t* p_peer_codec_info, bool is_capability,
Da2dp_codec_api.h165 virtual bool setCodecConfig(const uint8_t* p_peer_codec_info,
365 bool setCodecConfig(const uint8_t* p_peer_codec_info, bool is_capability,
Da2dp_vendor_ldac.h41 bool setCodecConfig(const uint8_t* p_peer_codec_info, bool is_capability,
Da2dp_aac.h40 bool setCodecConfig(const uint8_t* p_peer_codec_info, bool is_capability,
Da2dp_vendor_opus.h36 bool setCodecConfig(const uint8_t* p_peer_codec_info, bool is_capability,
Da2dp_sbc.h41 bool setCodecConfig(const uint8_t* p_peer_codec_info, bool is_capability,
/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc996 TEST_F(A2dpCodecConfigTest, setCodecConfig) { in TEST_F() argument
1012 EXPECT_TRUE(a2dp_codecs->setCodecConfig( in TEST_F()
1028 EXPECT_TRUE(a2dp_codecs->setCodecConfig( in TEST_F()
1044 EXPECT_TRUE(a2dp_codecs->setCodecConfig( in TEST_F()
1122 EXPECT_FALSE(a2dp_codecs->setCodecConfig( in TEST_F()
1140 ASSERT_TRUE(a2dp_codecs->setCodecConfig( in TEST_F()
1162 ASSERT_TRUE(a2dp_codecs->setCodecConfig( in TEST_F()
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc71 void BtaAvCoState::setCodecConfig(const uint8_t* codec_config) { in setCodecConfig() function in BtaAvCoState
758 reference_state->setCodecConfig(p_peer->codec_config); in SetActivePeer()
783 bta_av_sink_state_.setCodecConfig(new_codec_config); in SaveCodec()
785 bta_av_legacy_state_.setCodecConfig(new_codec_config); in SaveCodec()
1159 codec_config->setCodecConfig( in SelectProviderCodecConfiguration()
1200 if (!p_peer->GetCodecs()->setCodecConfig( in SelectSourceCodec()
1267 if (!p_peer->GetCodecs()->setCodecConfig( in AttemptSourceCodecSelection()
1389 reference_state->setCodecConfig(new_codec_config); in SaveNewCodecConfig()
/packages/modules/Bluetooth/system/stack/test/a2dp/
Da2dp_aac_unittest.cc114 … ASSERT_TRUE(a2dp_codecs_->setCodecConfig(kCodecInfoAacCapability, true, codec_info_result, true)); in SetCodecConfig()
230 ASSERT_TRUE(a2dp_codecs_->setCodecConfig(kCodecInfoAacCapability, true, codec_info_result, true)); in TEST_F()
Da2dp_sbc_unittest.cc115 … ASSERT_TRUE(a2dp_codecs_->setCodecConfig(kCodecInfoSbcCapability, true, codec_info_result, true)); in SetCodecConfig()
242 ASSERT_TRUE(a2dp_codecs_->setCodecConfig(kCodecInfoSbcCapability, true, codec_info_result, true)); in TEST_F()
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor_aptx_linux.cc128 bool A2dpCodecConfigAptx::setCodecConfig(const uint8_t* p_peer_codec_info, in setCodecConfig() function in A2dpCodecConfigAptx
Da2dp_vendor_aptx_hd_linux.cc130 bool A2dpCodecConfigAptxHd::setCodecConfig(const uint8_t* p_peer_codec_info, in setCodecConfig() function in A2dpCodecConfigAptxHd
Da2dp_ext.cc51 bool A2dpCodecConfigExt::setCodecConfig(const uint8_t* p_peer_codec_info, in setCodecConfig() function in A2dpCodecConfigExt
Da2dp_vendor_ldac_linux.cc146 bool A2dpCodecConfigLdacBase::setCodecConfig(const uint8_t* p_peer_codec_info, in setCodecConfig() function in A2dpCodecConfigLdacBase
Da2dp_vendor_opus_linux.cc147 bool A2dpCodecConfigOpusBase::setCodecConfig(const uint8_t* p_peer_codec_info, in setCodecConfig() function in A2dpCodecConfigOpusBase

12