Home
last modified time | relevance | path

Searched refs:getCurrentCodecConfig (Results 1 – 16 of 16) 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()
DAbstractBluetoothListPreferenceControllerTest.java170 assertThat(mController.getCurrentCodecConfig()).isNull(); in getCurrentCodecConfig_errorChecking()
174 assertThat(mController.getCurrentCodecConfig()).isNull(); in getCurrentCodecConfig_errorChecking()
183 assertThat(mController.getCurrentCodecConfig()).isEqualTo(mCodecConfigAAC); in getCurrentCodecConfig_verifyConfig()
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
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()
DAbstractBluetoothDialogPreferenceController.java100 final BluetoothCodecConfig codecConfig = getCurrentCodecConfig(); in getCurrentConfigIndex()
115 final BluetoothCodecConfig config = getCurrentCodecConfig(); in initConfigStore()
154 protected BluetoothCodecConfig getCurrentCodecConfig() { in getCurrentCodecConfig() method in AbstractBluetoothDialogPreferenceController
DAbstractBluetoothListPreferenceController.java159 protected BluetoothCodecConfig getCurrentCodecConfig() { in getCurrentCodecConfig() method in AbstractBluetoothListPreferenceController
252 final BluetoothCodecConfig config = getCurrentCodecConfig(); in initConfigStore()
DBluetoothQualityDialogPreferenceController.java96 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in updateState()
/packages/modules/Bluetooth/system/stack/test/
Dstack_a2dp_test.cc1015 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
1031 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
1047 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
1063 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
1079 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
1095 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
1111 EXPECT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
1143 ASSERT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
1165 ASSERT_EQ(a2dp_codecs->getCurrentCodecConfig(), codec_config); in TEST_F()
/packages/modules/Bluetooth/system/stack/test/a2dp/
Da2dp_vendor_ldac_unittest.cc95 ASSERT_EQ(a2dp_codecs_->getCurrentCodecConfig(), source_codec_config_); in SetCodecConfig()
Da2dp_opus_unittest.cc104 ASSERT_EQ(a2dp_codecs_->getCurrentCodecConfig(), codec_config_); in SetCodecConfig()
Da2dp_aac_unittest.cc115 source_codec_config_ = a2dp_codecs_->getCurrentCodecConfig(); in SetCodecConfig()
Da2dp_sbc_unittest.cc116 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.h309 A2dpCodecConfig* getCurrentCodecConfig() const { in getCurrentCodecConfig() function
/packages/modules/Bluetooth/system/btif/co/
Dbta_av_co.cc146 return active_peer->GetCodecs()->getCurrentCodecConfig(); in GetActivePeerCurrentCodec()
156 return peer->GetCodecs()->getCurrentCodecConfig(); in GetPeerCurrentCodec()