Searched refs:sourceAddress (Results 1 – 4 of 4) sorted by relevance
599 public CarAudioPatchHandle createAudioPatch(String sourceAddress, in createAudioPatch() argument603 return createAudioPatchLocked(sourceAddress, usage, gainInMillibels); in createAudioPatch()615 private CarAudioPatchHandle createAudioPatchLocked(String sourceAddress, in createAudioPatchLocked() argument621 if (sourceAddress.equals(info.getAddress())) { in createAudioPatchLocked()628 "Specified source is not available: " + sourceAddress); in createAudioPatchLocked()
113 String sourceAddress = intent.getStringExtra(EXTRA_ADDRESS); in handleTransferEvent() local115 if (sourceAddress == null) return; in handleTransferEvent()
328 public CarAudioPatchHandle createAudioPatch(String sourceAddress, in createAudioPatch() argument331 return mService.createAudioPatch(sourceAddress, usage, gainInMillibels); in createAudioPatch()
38 CarAudioPatchHandle createAudioPatch(in String sourceAddress, int usage, int gainInMillibels); in createAudioPatch() argument