Searched refs:numStreamTypes (Results 1 – 1 of 1) sorted by relevance
1206 int numStreamTypes = AudioSystem.getNumStreamTypes(); in AudioService() local1208 for (int streamType = numStreamTypes - 1; streamType >= 0; streamType--) { in AudioService()1430 int numStreamTypes = AudioSystem.getNumStreamTypes(); in initVolumeStreamStates() local1432 for (int streamType = numStreamTypes - 1; streamType >= 0; streamType--) { in initVolumeStreamStates()2036 final int numStreamTypes = AudioSystem.getNumStreamTypes(); in onReinitVolumes() local2039 for (int streamType = numStreamTypes - 1; streamType >= 0; streamType--) { in onReinitVolumes()2198 int numStreamTypes = AudioSystem.getNumStreamTypes(); in checkAllAliasStreamVolumes() local2199 for (int streamType = 0; streamType < numStreamTypes; streamType++) { in checkAllAliasStreamVolumes()2274 final int numStreamTypes = AudioSystem.getNumStreamTypes(); in onUpdateVolumeStatesForAudioDevice() local2277 for (int streamType = 0; streamType < numStreamTypes; streamType++) { in onUpdateVolumeStatesForAudioDevice()[all …]