Home
last modified time | relevance | path

Searched refs:setCodecType (Results 1 – 25 of 64) sorted by relevance

123

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DBluetoothCodecDialogPreferenceControllerTest.java97 .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 …]
DBluetoothSampleRateDialogPreferenceControllerTest.java91 .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()
DAbstractBluetoothDialogPreferenceControllerTest.java95 .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()
DBluetoothQualityDialogPreferenceControllerTest.java88 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC) in setup()
93 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_LDAC) in setup()
DBluetoothChannelModeDialogPreferenceControllerTest.java90 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_AAC) in setup()
94 .setCodecType(BluetoothCodecConfig.SOURCE_CODEC_TYPE_SBC) in setup()
DBluetoothBitPerSampleDialogPreferenceControllerTest.java90 .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/
DAudioRtpPayloadNodeTest.cpp182 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/
DAudioConfigTest.cpp96 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()
DCallQualityTest.cpp65 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()
DTextConfigTest.cpp67 config1.setCodecType(kCodecType); in SetUp()
117 config2.setCodecType(kCodecType); in TEST_F()
135 config2.setCodecType(kCodecType); in TEST_F()
DVideoConfigTest.cpp84 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/
DA2dpCodecConfig.java275 .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/
DMediaQualityAnalyzerTest.cpp123 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()
DAudioStreamGraphRtpRxTest.cpp107 config.setCodecType(kCodecType); in SetUp()
172 config.setCodecType(AudioConfig::CODEC_AMR); in TEST_F()
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothA2dpConfigStore.java37 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/
DTextConfigTest.java126 .setCodecType(TextConfig.TEXT_T140) in testNotEqual()
145 .setCodecType(CODEC_TYPE) in testNotEqual()
167 .setCodecType(CODEC_TYPE) in createTextConfig()
DVideoConfigTest.java135 .setCodecType(VideoConfig.VIDEO_MODE_RECORDING) in testNotEqual()
136 .setCodecType(VideoConfig.VIDEO_CODEC_HEVC) in testNotEqual()
169 .setCodecType(VideoConfig.VIDEO_CODEC_AVC) in createVideoConfig()
DAudioConfigTest.java148 .setCodecType(AudioConfig.CODEC_EVS) in testNotEqual()
173 .setCodecType(AudioConfig.CODEC_EVS) in createAudioConfig()
DCallQualityTest.java65 .setCodecType(CODECTYPE) in createCallQuality()
168 .setCodecType(CODECTYPE) in testNotEqual()
/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/text/
DTextStreamGraphRtpRxTest.cpp83 config.setCodecType(kCodecType); in SetUp()
151 config.setCodecType(TextConfig::TEXT_T140); in TEST_F()
DTextStreamGraphRtpTxTest.cpp79 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/
DRtpEncoderNodeTest.cpp215 mAudioConfig.setCodecType(AudioConfig::CODEC_AMR); in setupAudioConfig()
237 mVideoConfig.setCodecType(VideoConfig::CODEC_AVC); in setupVideoConfig()
266 mTextConfig.setCodecType(TextConfig::TEXT_T140_RED); in setupTextConfig()
DRtpDecoderNodeTests.cpp263 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/
DA2dpStateMachineTest.java85 .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/
DAudioConfig.java136 public void setCodecType(int codecType) { in setCodecType() method in AudioConfig
333 public Builder setCodecType(final @CodecType int codecType) { in setCodecType() method in AudioConfig.Builder

123