Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java618 AudioDeviceInfo sourcePortInfo = null; in createAudioPatchLocked() local
623 sourcePortInfo = info; in createAudioPatchLocked()
627 Preconditions.checkNotNull(sourcePortInfo, in createAudioPatchLocked()
643 final CarAudioDeviceInfo helper = new CarAudioDeviceInfo(sourcePortInfo); in createAudioPatchLocked()
653 AudioPortConfig sourceConfig = sourcePortInfo.getPort().buildConfig(0, in createAudioPatchLocked()