Home
last modified time | relevance | path

Searched refs:newCodecType (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpCodecConfigTest.java822 int newCodecType, in testCodecParametersChangeHelper() argument
833 newCodecType, in testCodecParametersChangeHelper()
848 if (oldCodecType != newCodecType) { in testCodecParametersChangeHelper()
852 getCodecCapabilitiesByType(newCodecType) in testCodecParametersChangeHelper()
858 getCodecCapabilitiesByType(newCodecType) in testCodecParametersChangeHelper()
881 if (oldCodecType != newCodecType) { in testCodecParametersChangeHelper()
885 getCodecCapabilitiesByType(newCodecType) in testCodecParametersChangeHelper()
919 int newCodecType, in testCodecSpecificParametersChangeHelper() argument
937 codecDefaultTemp = getDefaultCodecConfigByType(newCodecType, PRIORITY_HIGH); in testCodecSpecificParametersChangeHelper()
963 int newCodecType, in testCodecPriorityChangeHelper() argument
[all …]
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java1767 int newCodecType; in refreshCodec() local
1769 newCodecType = transformCodec(getOriginalConnection().getAudioCodec()); in refreshCodec()
1772 newCodecType = Connection.AUDIO_CODEC_NONE; in refreshCodec()
1776 if (newCodecType != oldCodecType) { in refreshCodec()
1777 newExtras.putInt(Connection.EXTRA_AUDIO_CODEC, newCodecType); in refreshCodec()
1778 Log.i(this, "refreshCodec: codec changed; old=%d, new=%d", oldCodecType, newCodecType); in refreshCodec()