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.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()
DA2dpService.java950 boolean sameAudioFeedingParameters) { in codecConfigUpdated() argument
975 if (isActiveDevice(device) && !sameAudioFeedingParameters) { in codecConfigUpdated()