Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceBroker.java1193 /*package*/ void postSetHearingAidVolumeIndex(int index, int streamType) { in postSetHearingAidVolumeIndex() method in AudioDeviceBroker
H A DAudioDeviceInventory.java2031 mDeviceBroker.postSetHearingAidVolumeIndex(hearingAidVolIndex, streamType);
H A DAudioService.java3618 mDeviceBroker.postSetHearingAidVolumeIndex(newIndex, streamType); in adjustStreamVolume()
4397 mDeviceBroker.postSetHearingAidVolumeIndex(index * 10, streamType); in updateHearingAidVolumeOnVoiceActivityUpdate()
4438 mDeviceBroker.postSetHearingAidVolumeIndex(index * 10, streamType); in updateAbsVolumeMultiModeDevices()
4561 mDeviceBroker.postSetHearingAidVolumeIndex(index, streamType); in setStreamVolume()