Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DIAudioDeviceVolumeDispatcher.aidl30 void dispatchDeviceVolumeAdjusted(in AudioDeviceAttributes device, in VolumeInfo vol, in dispatchDeviceVolumeAdjusted() method
H A DAudioDeviceVolumeManager.java180 public void dispatchDeviceVolumeAdjusted( in dispatchDeviceVolumeAdjusted() method in AudioDeviceVolumeManager.DeviceVolumeDispatcherStub
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
H A DAbsoluteVolumeBehaviorTest.java289 verify(mMockDispatcher).dispatchDeviceVolumeAdjusted(eq(DEVICE_SPEAKER_OUT), in adjustStreamVolume_handlesAdjust_noAbsVolFlag_noVolChange_dispatchesVolumeAdjusted()
319 verify(mMockDispatcher, never()).dispatchDeviceVolumeAdjusted(eq(DEVICE_SPEAKER_OUT), any(), in adjustStreamVolume_noHandleAdjust_noAbsVolFlag_volChanges_dispatchesVolumeChanged()
347 verify(mMockDispatcher, never()).dispatchDeviceVolumeAdjusted(eq(DEVICE_SPEAKER_OUT), any(), in adjustStreamVolume_absVolFlagSet_streamVolumeChanges_nothingDispatched()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java4619 deviceInfo.mCallback.dispatchDeviceVolumeAdjusted(deviceInfo.mDevice, in dispatchAbsoluteVolumeAdjusted()