Searched refs:sinkDevice (Results 1 – 2 of 2) sorted by relevance
171 @NonNull AudioDeviceInfo sinkDevice, int gainInMillibels) { in createAudioPatch() argument173 "Source device can not be null, sink info %s", sinkDevice); in createAudioPatch()174 Preconditions.checkNotNull(sinkDevice, in createAudioPatch()177 AudioDevicePort sinkPort = Preconditions.checkNotNull(sinkDevice.getPort(), in createAudioPatch()178 "Sink device [%s] does not contain an audio port", sinkDevice); in createAudioPatch()212 sinkDevice, sourceDevice); in createAudioPatch()
5 …tchInfo createAudioPatch(AudioDeviceInfo sourceDevice, AudioDeviceInfo sinkDevice, int gainInMilli…