Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java656 new CarAudioPlaybackCallback(getCarAudioZone(PRIMARY_AUDIO_ZONE), in setupAudioConfigurationCallbackLocked()
961 return getCarAudioZone(zoneId).findActiveContextsFromPlaybackConfigurations(configurations); in getActiveContextsFromPlaybackConfigurations()
1102 return getCarAudioZone(zoneId).getAddressForContext(contextForUsage); in getOutputDeviceAddressForUsage()
1246 return getCarAudioZone(zoneId).getInputAudioDevices(); in getInputDevicesForZoneId()
1513 private CarAudioZone getCarAudioZone(int zoneId) { in getCarAudioZone() method in CarAudioService