Searched refs:audioControlWrapper (Results 1 – 5 of 5) sorted by relevance
53 @NonNull AudioControlWrapper audioControlWrapper) { in CarVolumeGroupMuting() argument57 mAudioControlWrapper = Objects.requireNonNull(audioControlWrapper, in CarVolumeGroupMuting()59 requireGroupMutingSupported(audioControlWrapper); in CarVolumeGroupMuting()63 private static void requireGroupMutingSupported(AudioControlWrapper audioControlWrapper) { in requireGroupMutingSupported() argument64 if (audioControlWrapper in requireGroupMutingSupported()
68 @NonNull AudioControlWrapperV1 audioControlWrapper, in CarAudioZonesHelperLegacy() argument72 Objects.requireNonNull(audioControlWrapper); in CarAudioZonesHelperLegacy()80 loadBusesForLegacyContexts(audioControlWrapper); in CarAudioZonesHelperLegacy()93 @NonNull AudioControlWrapperV1 audioControlWrapper) { in loadBusesForLegacyContexts()97 int bus = audioControlWrapper.getBusForContext(legacyContext); in loadBusesForLegacyContexts()
569 AudioControlWrapper audioControlWrapper = getAudioControlWrapperLocked(); in loadVolumeGroupConfigurationWithAudioControlLocked() local570 if (!(audioControlWrapper instanceof AudioControlWrapperV1)) { in loadVolumeGroupConfigurationWithAudioControlLocked()577 (AudioControlWrapperV1) audioControlWrapper, mCarAudioSettings); in loadVolumeGroupConfigurationWithAudioControlLocked()618 AudioControlWrapper audioControlWrapper = getAudioControlWrapperLocked(); in setupDynamicRoutingLocked() local620 if (audioControlWrapper.supportsFeature(AUDIOCONTROL_FEATURE_AUDIO_DUCKING)) { in setupDynamicRoutingLocked()621 mCarDucking = new CarDucking(mCarAudioZones, audioControlWrapper); in setupDynamicRoutingLocked()626 mCarVolumeGroupMuting = new CarVolumeGroupMuting(mCarAudioZones, audioControlWrapper); in setupDynamicRoutingLocked()677 AudioControlWrapper audioControlWrapper = getAudioControlWrapperLocked(); in setupHalAudioFocusListenerLocked() local678 if (!audioControlWrapper.supportsFeature(AUDIOCONTROL_FEATURE_AUDIO_FOCUS)) { in setupHalAudioFocusListenerLocked()
47 @NonNull AudioControlWrapper audioControlWrapper) { in CarDucking() argument49 mAudioControlWrapper = Objects.requireNonNull(audioControlWrapper); in CarDucking()
62 @NonNull AudioControlWrapper audioControlWrapper, in HalAudioFocus() argument65 mAudioControlWrapper = Objects.requireNonNull(audioControlWrapper); in HalAudioFocus()