Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java654 } else if (!newCodecConfig.sameAudioFeedingParameters(prevCodecConfig)) { in processCodecConfigEvent()
669 boolean sameAudioFeedingParameters = in processCodecConfigEvent()
670 newCodecStatus.getCodecConfig().sameAudioFeedingParameters(prevCodecConfig); in processCodecConfigEvent()
671 mA2dpService.codecConfigUpdated(mDevice, mCodecStatus, sameAudioFeedingParameters); in processCodecConfigEvent()
DA2dpService.java914 boolean sameAudioFeedingParameters) { in codecConfigUpdated() argument
939 if (isActiveDevice(device) && !sameAudioFeedingParameters) { in codecConfigUpdated()