Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DAbstractBluetoothDialogPreferenceControllerTest.java139 when(mController.getCurrentCodecConfig()).thenReturn(null); in getCurrentConfigIndex_noCodecConfig_returnDefaultIndex()
146 when(mController.getCurrentCodecConfig()).thenReturn(mCodecConfigAAC); in getCurrentConfigIndex_returnCurrentIndex()
155 assertThat(mController.getCurrentCodecConfig()).isNull(); in getCurrentCodecConfig_errorChecking()
159 assertThat(mController.getCurrentCodecConfig()).isNull(); in getCurrentCodecConfig_errorChecking()
169 assertThat(mController.getCurrentCodecConfig()).isEqualTo(mCodecConfigAAC); in getCurrentCodecConfig_verifyConfig()
/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc1022 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
1038 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
1054 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
1070 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
1086 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
1102 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
1118 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
1150 ASSERT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
1172 ASSERT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DAbstractBluetoothDialogPreferenceController.java100 final BluetoothCodecConfig codecConfig = getCurrentCodecConfig(); in getCurrentConfigIndex()
115 final BluetoothCodecConfig config = getCurrentCodecConfig(); in initConfigStore()
154 protected BluetoothCodecConfig getCurrentCodecConfig() { in getCurrentCodecConfig() method in AbstractBluetoothDialogPreferenceController
DBluetoothSampleRateDialogPreferenceController.java62 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in writeConfigurationValues()
98 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in getSelectableIndex()
DBluetoothChannelModeDialogPreferenceController.java62 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in writeConfigurationValues()
92 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in getSelectableIndex()
DBluetoothBitPerSampleDialogPreferenceController.java62 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in writeConfigurationValues()
95 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in getSelectableIndex()
DBluetoothQualityDialogPreferenceController.java96 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in updateState()
/packages/modules/Bluetooth/system/stack/test/a2dp/
Da2dp_vendor_ldac_unittest.cc103 ASSERT_EQ(a2dp_codecs_->getCurrentCodecConfig(), source_codec_config_); in SetCodecConfig()
Da2dp_opus_unittest.cc116 ASSERT_EQ(a2dp_codecs_->getCurrentCodecConfig(), codec_config_); in SetCodecConfig()
Da2dp_sbc_unittest.cc128 source_codec_config_ = a2dp_codecs_->getCurrentCodecConfig(); in SetCodecConfig()
Da2dp_aac_unittest.cc131 source_codec_config_ = a2dp_codecs_->getCurrentCodecConfig(); in SetCodecConfig()
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/
Da2dpCodecFuzzFunctions.h123 codecs->getCurrentCodecConfig();
/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h292 A2dpCodecConfig* getCurrentCodecConfig() const { in getCurrentCodecConfig() function
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc805 return active_peer_->GetCodecs()->getCurrentCodecConfig(); in GetActivePeerCurrentCodec()
815 return peer->GetCodecs()->getCurrentCodecConfig(); in GetPeerCurrentCodec()
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster.cc892 const BroadcastCodecWrapper& getCurrentCodecConfig(void) const { in getCurrentCodecConfig() function in __anond0bec0010111::LeAudioBroadcasterImpl::LeAudioSourceCallbacksImpl