Searched refs:getCarAudioZoneLocked (Results 1 – 1 of 1) sorted by relevance
528 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