Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java599 public CarAudioPatchHandle createAudioPatch(String sourceAddress, in createAudioPatch() argument
603 return createAudioPatchLocked(sourceAddress, usage, gainInMillibels); in createAudioPatch()
615 private CarAudioPatchHandle createAudioPatchLocked(String sourceAddress, in createAudioPatchLocked() argument
621 if (sourceAddress.equals(info.getAddress())) { in createAudioPatchLocked()
628 "Specified source is not available: " + sourceAddress); in createAudioPatchLocked()
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamStatusReceiver.java113 String sourceAddress = intent.getStringExtra(EXTRA_ADDRESS); in handleTransferEvent() local
115 if (sourceAddress == null) return; in handleTransferEvent()
/packages/services/Car/car-lib/src/android/car/media/
DCarAudioManager.java328 public CarAudioPatchHandle createAudioPatch(String sourceAddress, in createAudioPatch() argument
331 return mService.createAudioPatch(sourceAddress, usage, gainInMillibels); in createAudioPatch()
DICarAudio.aidl38 CarAudioPatchHandle createAudioPatch(in String sourceAddress, int usage, int gainInMillibels); in createAudioPatch() argument