Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/media/
DCarAudioManager.java327 public CarAudioPatchHandle createAudioPatch(String sourceAddress, in createAudioPatch() method in CarAudioManager
330 return mService.createAudioPatch(sourceAddress, usage, gainInMillibels); in createAudioPatch()
DICarAudio.aidl38 CarAudioPatchHandle createAudioPatch(in String sourceAddress, int usage, int gainInMillibels); in createAudioPatch() method
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java599 public CarAudioPatchHandle createAudioPatch(String sourceAddress, in createAudioPatch() method in CarAudioService
658 int result = AudioManager.createAudioPatch(patch, in createAudioPatchLocked()
/packages/services/Car/car-lib/api/
Dsystem-current.txt749 …ONTROL_AUDIO_SETTINGS) public android.car.media.CarAudioPatchHandle createAudioPatch(String, int, …