Searched refs:sameAudioFeedingParameters (Results 1 – 4 of 4) sorted by relevance
657 } 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()
950 boolean sameAudioFeedingParameters) { in codecConfigUpdated() argument975 if (isActiveDevice(device) && !sameAudioFeedingParameters) { in codecConfigUpdated()
598 public boolean sameAudioFeedingParameters(BluetoothCodecConfig other) { in sameAudioFeedingParameters() method in BluetoothCodecConfig631 return sameAudioFeedingParameters(new BluetoothCodecConfig( in similarCodecFeedingParameters()
10075 Landroid/bluetooth/BluetoothCodecConfig;->sameAudioFeedingParameters(Landroid/bluetooth/BluetoothCo…