Home
last modified time | relevance | path

Searched refs:sameAudioFeedingParameters (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java657 } else if (!newCodecConfig.sameAudioFeedingParameters(prevCodecConfig)) { in processCodecConfigEvent()
672 boolean sameAudioFeedingParameters = in processCodecConfigEvent()
673 newCodecStatus.getCodecConfig().sameAudioFeedingParameters(prevCodecConfig); in processCodecConfigEvent()
674 mA2dpService.codecConfigUpdated(mDevice, mCodecStatus, sameAudioFeedingParameters); in processCodecConfigEvent()
H A DA2dpService.java950 boolean sameAudioFeedingParameters) { in codecConfigUpdated() argument
975 if (isActiveDevice(device) && !sameAudioFeedingParameters) { in codecConfigUpdated()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothCodecConfig.java598 public boolean sameAudioFeedingParameters(BluetoothCodecConfig other) { in sameAudioFeedingParameters() method in BluetoothCodecConfig
631 return sameAudioFeedingParameters(new BluetoothCodecConfig( in similarCodecFeedingParameters()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10075 Landroid/bluetooth/BluetoothCodecConfig;->sameAudioFeedingParameters(Landroid/bluetooth/BluetoothCo…