/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/ |
D | AbstractBluetoothDialogPreferenceControllerTest.java | 139 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()
|
D | AbstractBluetoothListPreferenceControllerTest.java | 170 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/ |
D | BluetoothSampleRateDialogPreferenceController.java | 62 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in writeConfigurationValues() 98 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in getSelectableIndex()
|
D | BluetoothChannelModeDialogPreferenceController.java | 62 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in writeConfigurationValues() 92 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in getSelectableIndex()
|
D | BluetoothBitPerSampleDialogPreferenceController.java | 62 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in writeConfigurationValues() 95 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in getSelectableIndex()
|
D | AbstractBluetoothDialogPreferenceController.java | 100 final BluetoothCodecConfig codecConfig = getCurrentCodecConfig(); in getCurrentConfigIndex() 115 final BluetoothCodecConfig config = getCurrentCodecConfig(); in initConfigStore() 154 protected BluetoothCodecConfig getCurrentCodecConfig() { in getCurrentCodecConfig() method in AbstractBluetoothDialogPreferenceController
|
D | AbstractBluetoothListPreferenceController.java | 159 protected BluetoothCodecConfig getCurrentCodecConfig() { in getCurrentCodecConfig() method in AbstractBluetoothListPreferenceController 252 final BluetoothCodecConfig config = getCurrentCodecConfig(); in initConfigStore()
|
D | BluetoothQualityDialogPreferenceController.java | 96 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in updateState()
|
/packages/modules/Bluetooth/system/stack/test/ |
D | stack_a2dp_test.cc | 1015 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/ |
D | a2dp_vendor_ldac_unittest.cc | 95 ASSERT_EQ(a2dp_codecs_->getCurrentCodecConfig(), source_codec_config_); in SetCodecConfig()
|
D | a2dp_opus_unittest.cc | 104 ASSERT_EQ(a2dp_codecs_->getCurrentCodecConfig(), codec_config_); in SetCodecConfig()
|
D | a2dp_aac_unittest.cc | 115 source_codec_config_ = a2dp_codecs_->getCurrentCodecConfig(); in SetCodecConfig()
|
D | a2dp_sbc_unittest.cc | 116 source_codec_config_ = a2dp_codecs_->getCurrentCodecConfig(); in SetCodecConfig()
|
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/ |
D | a2dpCodecFuzzFunctions.h | 123 codecs->getCurrentCodecConfig();
|
/packages/modules/Bluetooth/system/stack/include/ |
D | a2dp_codec_api.h | 309 A2dpCodecConfig* getCurrentCodecConfig() const { in getCurrentCodecConfig() function
|
/packages/modules/Bluetooth/system/btif/co/ |
D | bta_av_co.cc | 146 return active_peer->GetCodecs()->getCurrentCodecConfig(); in GetActivePeerCurrentCodec() 156 return peer->GetCodecs()->getCurrentCodecConfig(); in GetPeerCurrentCodec()
|