Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioService.java528 return getCarAudioZoneLocked(zoneId).getVolumeGroup(groupId); in getCarVolumeGroupLocked()
874 return getCarAudioZoneLocked(zoneId).getVolumeGroupCount(); in getVolumeGroupCount()
900 CarVolumeGroup[] groups = getCarAudioZoneLocked(zoneId).getVolumeGroups(); in getVolumeGroupIdForAudioContextLocked()
1157 List<AudioDeviceInfo> deviceInfos = getCarAudioZoneLocked(zoneId).getAudioDeviceInfos(); in setZoneIdForUidNoCheckLocked()
1403 CarAudioZone audioZone = getCarAudioZoneLocked(audioZoneId); in updateUserForOccupantZoneLocked()
1515 return getCarAudioZoneLocked(zoneId); in getCarAudioZone()
1520 private CarAudioZone getCarAudioZoneLocked(int zoneId) { in getCarAudioZoneLocked() method in CarAudioService