Searched refs:postApplyVolumeOnDevice (Results 1 – 3 of 3) sorted by relevance
422 /*package*/ void postApplyVolumeOnDevice(int streamType, int device, String caller) { in postApplyVolumeOnDevice() method in AudioDeviceBroker423 mAudioService.postApplyVolumeOnDevice(streamType, device, caller); in postApplyVolumeOnDevice()
704 mDeviceBroker.postApplyVolumeOnDevice(streamType, in makeHearingAidDeviceAvailable()
5344 /*package*/ void postApplyVolumeOnDevice(int streamType, int device, @NonNull String caller) { in postApplyVolumeOnDevice() method in AudioService