| /packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/ |
| D | BluetoothCodecDialogPreferenceControllerTest.java | 97 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC) in setup() 106 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC) in setup() 115 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX) in setup() 118 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX_HD) in setup() 121 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_LDAC) in setup() 124 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_OPUS) in setup() 144 verify(mBluetoothA2dpConfigStore).setCodecType( in writeConfigurationValues_selectDefault_setHighest() 160 verify(mBluetoothA2dpConfigStore, atLeastOnce()).setCodecType( in writeConfigurationValues_checkCodec() 164 verify(mBluetoothA2dpConfigStore).setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC); in writeConfigurationValues_checkCodec() 167 verify(mBluetoothA2dpConfigStore).setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX); in writeConfigurationValues_checkCodec() [all …]
|
| D | BluetoothSampleRateDialogPreferenceControllerTest.java | 91 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC) in setup() 96 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC) in setup() 106 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC) in writeConfigurationValues_selectDefault_setHighest()
|
| D | AbstractBluetoothDialogPreferenceControllerTest.java | 95 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC) in setup() 98 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC) in setup() 223 verify(mBluetoothA2dpConfigStore).setCodecType(mCodecConfigAAC.getCodecType()); in onBluetoothServiceConnected_verifyBluetoothA2dpConfigStore()
|
| D | BluetoothQualityDialogPreferenceControllerTest.java | 88 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC) in setup() 93 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_LDAC) in setup()
|
| D | BluetoothChannelModeDialogPreferenceControllerTest.java | 90 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC) in setup() 94 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC) in setup()
|
| D | BluetoothBitPerSampleDialogPreferenceControllerTest.java | 90 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC) in setup() 95 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC) in setup()
|
| /packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/node/ |
| D | AudioRtpPayloadNodeTest.cpp | 182 audioConfig.setCodecType(AudioConfig::CODEC_AMR_WB); in setupAudioConfig() 208 audioConfig.setCodecType(AudioConfig::CODEC_AMR); in TEST_F() 235 audioConfig.setCodecType(AudioConfig::CODEC_AMR); in TEST_F() 257 audioConfig.setCodecType(AudioConfig::CODEC_AMR_WB); in TEST_F() 279 audioConfig.setCodecType(AudioConfig::CODEC_AMR); in TEST_F() 325 audioConfig.setCodecType(AudioConfig::CODEC_AMR_WB); in TEST_F() 354 audioConfig.setCodecType(AudioConfig::CODEC_EVS); in TEST_F() 382 audioConfig.setCodecType(AudioConfig::CODEC_EVS); in TEST_F() 415 audioConfig.setCodecType(AudioConfig::CODEC_EVS); in TEST_F() 449 audioConfig.setCodecType(AudioConfig::CODEC_EVS); in TEST_F()
|
| /packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/ |
| D | AudioConfigTest.cpp | 96 config1.setCodecType(kCodecType); in SetUp() 154 config2.setCodecType(kCodecType); in TEST_F() 176 config2.setCodecType(kCodecType); in TEST_F() 194 config3.setCodecType(kCodecType); in TEST_F() 220 configWrite.setCodecType(kCodecType); in TEST_F() 255 configWrite.setCodecType(kCodecType); in TEST_F() 288 configWrite.setCodecType(kCodecType); in TEST_F()
|
| D | CallQualityTest.cpp | 65 quality1.setCodecType(kCodecType); in SetUp() 112 quality2.setCodecType(kCodecType); in TEST_F() 138 quality2.setCodecType(kCodecType); in TEST_F() 161 quality3.setCodecType(AudioConfig::CODEC_AMR); in TEST_F()
|
| D | TextConfigTest.cpp | 67 config1.setCodecType(kCodecType); in SetUp() 117 config2.setCodecType(kCodecType); in TEST_F() 135 config2.setCodecType(kCodecType); in TEST_F()
|
| D | VideoConfigTest.cpp | 84 config1.setCodecType(kCodecType); in SetUp() 168 config2.setCodecType(kCodecType); in TEST_F() 198 config2.setCodecType(kCodecType); in TEST_F() 224 config3.setCodecType(kCodecType); in TEST_F()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
| D | A2dpCodecConfig.java | 275 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC) in assignCodecConfigPriorities() 280 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC) in assignCodecConfigPriorities() 285 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX) in assignCodecConfigPriorities() 290 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_APTX_HD) in assignCodecConfigPriorities() 295 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_LDAC) in assignCodecConfigPriorities() 300 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_OPUS) in assignCodecConfigPriorities()
|
| /packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/ |
| D | MediaQualityAnalyzerTest.cpp | 123 mCallQuality.setCodecType(convertAudioCodecType( in start() 201 mConfig.setCodecType(kCodecType); in SetUp() 228 mConfig.setCodecType(AudioConfig::CODEC_AMR); in TEST_F() 234 mConfig.setCodecType(AudioConfig::CODEC_EVS); in TEST_F() 242 mConfig.setCodecType(AudioConfig::CODEC_EVS); in TEST_F() 250 mConfig.setCodecType(AudioConfig::CODEC_EVS); in TEST_F() 258 mConfig.setCodecType(AudioConfig::CODEC_EVS); in TEST_F()
|
| D | AudioStreamGraphRtpRxTest.cpp | 107 config.setCodecType(kCodecType); in SetUp() 172 config.setCodecType(AudioConfig::CODEC_AMR); in TEST_F()
|
| /packages/apps/Settings/src/com/android/settings/development/ |
| D | BluetoothA2dpConfigStore.java | 37 public void setCodecType(int codecType) { in setCodecType() method in BluetoothA2dpConfigStore 75 .setCodecType(mCodecType) in createCodecConfig()
|
| /packages/modules/ImsMedia/tests/unit/src/com/android/telephony/imsmedia/ |
| D | TextConfigTest.java | 126 .setCodecType(TextConfig.TEXT_T140) in testNotEqual() 145 .setCodecType(CODEC_TYPE) in testNotEqual() 167 .setCodecType(CODEC_TYPE) in createTextConfig()
|
| D | VideoConfigTest.java | 135 .setCodecType(VideoConfig.VIDEO_MODE_RECORDING) in testNotEqual() 136 .setCodecType(VideoConfig.VIDEO_CODEC_HEVC) in testNotEqual() 169 .setCodecType(VideoConfig.VIDEO_CODEC_AVC) in createVideoConfig()
|
| D | AudioConfigTest.java | 148 .setCodecType(AudioConfig.CODEC_EVS) in testNotEqual() 173 .setCodecType(AudioConfig.CODEC_EVS) in createAudioConfig()
|
| D | CallQualityTest.java | 65 .setCodecType(CODECTYPE) in createCallQuality() 168 .setCodecType(CODECTYPE) in testNotEqual()
|
| /packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/text/ |
| D | TextStreamGraphRtpRxTest.cpp | 83 config.setCodecType(kCodecType); in SetUp() 151 config.setCodecType(TextConfig::TEXT_T140); in TEST_F()
|
| D | TextStreamGraphRtpTxTest.cpp | 79 config.setCodecType(kCodecType); in SetUp() 140 config.setCodecType(TextConfig::TEXT_T140); in TEST_F()
|
| /packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/ |
| D | RtpEncoderNodeTest.cpp | 215 mAudioConfig.setCodecType(AudioConfig::CODEC_AMR); in setupAudioConfig() 237 mVideoConfig.setCodecType(VideoConfig::CODEC_AVC); in setupVideoConfig() 266 mTextConfig.setCodecType(TextConfig::TEXT_T140_RED); in setupTextConfig()
|
| D | RtpDecoderNodeTests.cpp | 263 audioConfig.setCodecType(AudioConfig::CODEC_AMR); in setupAudioConfig() 285 videoConfig.setCodecType(VideoConfig::CODEC_AVC); in setupVideoConfig() 314 textConfig.setCodecType(TextConfig::TEXT_T140_RED); in setupTextConfig()
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/ |
| D | A2dpStateMachineTest.java | 85 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC) in setUp() 96 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC) in setUp() 108 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_OPUS) in setUp()
|
| /packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/ |
| D | AudioConfig.java | 136 public void setCodecType(int codecType) { in setCodecType() method in AudioConfig 333 public Builder setCodecType(final @CodecType int codecType) { in setCodecType() method in AudioConfig.Builder
|