Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpCodecConfigTest.java683 if (oldCodecType != newCodecType) { in testCodecParametersChangeHelper()
698 getCodecCapabilitiesByType(oldCodecType) in testCodecParametersChangeHelper()
713 if (oldCodecType != newCodecType) { in testCodecParametersChangeHelper()
807 getCodecCapabilitiesByType(oldCodecType) in testCodecPriorityChangeHelper()
826 getCodecCapabilitiesByType(oldCodecType) in testCodecPriorityChangeHelper()
840 getCodecCapabilitiesByType(oldCodecType), in testCodecPriorityChangeHelper()
847 oldCodecType, in testCodecPriorityChangeHelper()
849 && oldCodecType != newCodecType) { in testCodecPriorityChangeHelper()
855 } else if (oldCodecType != newCodecType) { in testCodecPriorityChangeHelper()
858 {getCodecCapabilitiesByType(oldCodecType)}; in testCodecPriorityChangeHelper()
[all …]
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java1738 int oldCodecType = newExtras.getInt(Connection.EXTRA_AUDIO_CODEC, in refreshCodec() local
1740 if (newCodecType != oldCodecType) { in refreshCodec()
1742 Log.i(this, "refreshCodec: codec changed; old=%d, new=%d", oldCodecType, newCodecType); in refreshCodec()