| /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()
|
| /packages/modules/Bluetooth/system/stack/test/ |
| D | stack_a2dp_test.cc | 1022 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/ |
| 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 | 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 | BluetoothQualityDialogPreferenceController.java | 96 final BluetoothCodecConfig currentConfig = getCurrentCodecConfig(); in updateState()
|
| /packages/modules/Bluetooth/system/stack/test/a2dp/ |
| D | a2dp_vendor_ldac_unittest.cc | 103 ASSERT_EQ(a2dp_codecs_->getCurrentCodecConfig(), source_codec_config_); in SetCodecConfig()
|
| D | a2dp_opus_unittest.cc | 116 ASSERT_EQ(a2dp_codecs_->getCurrentCodecConfig(), codec_config_); in SetCodecConfig()
|
| D | a2dp_sbc_unittest.cc | 128 source_codec_config_ = a2dp_codecs_->getCurrentCodecConfig(); in SetCodecConfig()
|
| D | a2dp_aac_unittest.cc | 131 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 | 292 A2dpCodecConfig* getCurrentCodecConfig() const { in getCurrentCodecConfig() function
|
| /packages/modules/Bluetooth/system/btif/co/ |
| D | bta_av_co.cc | 805 return active_peer_->GetCodecs()->getCurrentCodecConfig(); in GetActivePeerCurrentCodec() 815 return peer->GetCodecs()->getCurrentCodecConfig(); in GetPeerCurrentCodec()
|
| /packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
| D | broadcaster.cc | 892 const BroadcastCodecWrapper& getCurrentCodecConfig(void) const { in getCurrentCodecConfig() function in __anond0bec0010111::LeAudioBroadcasterImpl::LeAudioSourceCallbacksImpl
|