Searched refs:mFixedVolumeDevices (Results 1 – 1 of 1) sorted by relevance
595 Set<Integer> mFixedVolumeDevices = new HashSet<>(Arrays.asList( field in AudioService1195 mFixedVolumeDevices.removeAll( in onSystemReady()3994 mFixedVolumeDevices.add(AudioSystem.DEVICE_OUT_REMOTE_SUBMIX); in forceRemoteSubmixFullVolume()4004 mFixedVolumeDevices.remove(AudioSystem.DEVICE_OUT_REMOTE_SUBMIX); in forceRemoteSubmixFullVolume()6227 if ((mFixedVolumeDevices.contains(audioSystemDeviceOut))) { in getDeviceVolumeBehavior()9073 pw.print(" mFixedVolumeDevices="); pw.println(dumpDeviceTypes(mFixedVolumeDevices)); in dump()10732 return mFixedVolumeDevices.contains(deviceType); in isFixedVolumeDevice()10808 mFixedVolumeDevices.add(audioSystemDeviceOut); in addAudioSystemDeviceOutToFixedVolumeDevices()10816 mFixedVolumeDevices.remove(audioSystemDeviceOut); in removeAudioSystemDeviceOutFromFixedVolumeDevices()