Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DDefaultAudioDeviceVolumeManagerWrapper.java40 private final AudioDeviceVolumeManager mAudioDeviceVolumeManager; field in DefaultAudioDeviceVolumeManagerWrapper
43 mAudioDeviceVolumeManager = new AudioDeviceVolumeManager(context); in DefaultAudioDeviceVolumeManagerWrapper()
51 mAudioDeviceVolumeManager.addOnDeviceVolumeBehaviorChangedListener(executor, listener); in addOnDeviceVolumeBehaviorChangedListener()
57 mAudioDeviceVolumeManager.removeOnDeviceVolumeBehaviorChangedListener(listener); in removeOnDeviceVolumeBehaviorChangedListener()
67 mAudioDeviceVolumeManager.setDeviceAbsoluteVolumeBehavior(device, volume, executor, in setDeviceAbsoluteVolumeBehavior()
78 mAudioDeviceVolumeManager.setDeviceAbsoluteVolumeAdjustOnlyBehavior(device, volume, in setDeviceAbsoluteVolumeAdjustOnlyBehavior()
DHdmiControlService.java537 private AudioDeviceVolumeManagerWrapper mAudioDeviceVolumeManager; field in HdmiControlService
585 mAudioDeviceVolumeManager = audioDeviceVolumeManager; in HdmiControlService()
1105 if (mAudioDeviceVolumeManager == null) { in onBootPhase()
1106 mAudioDeviceVolumeManager = in onBootPhase()
3696 return mAudioDeviceVolumeManager; in getAudioDeviceVolumeManager()
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DFakeAudioFramework.java45 private final FakeAudioDeviceVolumeManagerWrapper mAudioDeviceVolumeManager = field in FakeAudioFramework
164 return mAudioDeviceVolumeManager; in getAudioDeviceVolumeManager()
DBaseTvToAudioSystemAvbTest.java106 verify(mAudioDeviceVolumeManager).setDeviceAbsoluteVolumeAdjustOnlyBehavior( in savlNotSupported_systemAudioDeviceSendsReportAudioStatus_adjustOnlyAvbEnabled()
129 verify(mAudioDeviceVolumeManager).setDeviceAbsoluteVolumeAdjustOnlyBehavior( in avbEnabled_savlNotSupported_receiveReportAudioStatus_switchToAdjustOnlyAvb()
154 verify(mAudioDeviceVolumeManager).setDeviceAbsoluteVolumeAdjustOnlyBehavior( in avbEnabled_savlFeatureAborted_receiveReportAudioStatus_switchToAdjustOnlyAvb()
DPlaybackDeviceToTvAvbTest.java71 clearInvocations(mAudioManager, mAudioDeviceVolumeManager); in switchToAudioSystem_absoluteVolumeControlDisabledUntilAllConditionsMet()
DBaseAbsoluteVolumeBehaviorTest.java90 protected AudioDeviceVolumeManagerWrapper mAudioDeviceVolumeManager; field in BaseAbsoluteVolumeBehaviorTest
131 mAudioDeviceVolumeManager = spy(mAudioFramework.getAudioDeviceVolumeManager()); in setUp()
139 mAudioManager, mAudioDeviceVolumeManager) { in setUp()
426 verify(mAudioDeviceVolumeManager).setDeviceAbsoluteVolumeBehavior( in giveAudioStatusSent_systemAudioDeviceSendsReportAudioStatus_avbEnabled()